From 04c8f8e0a73daf62a4b7b27a086ad7fa7265a766 Mon Sep 17 00:00:00 2001 From: Matias Ventura Date: Mon, 1 Feb 2021 19:29:08 +0100 Subject: [PATCH] Fix typo Co-authored-by: Miguel Fonseca --- packages/block-editor/src/components/block-toolbar/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/block-toolbar/index.js b/packages/block-editor/src/components/block-toolbar/index.js index 3fc2f256892cd0..0fa1e9b7b9c95f 100644 --- a/packages/block-editor/src/components/block-toolbar/index.js +++ b/packages/block-editor/src/components/block-toolbar/index.js @@ -81,7 +81,7 @@ export default function BlockToolbar( { hideDragHandle } ) { ); // Account for the cases where the block toolbar is rendered within the - // header are and not contextually to the block. + // header area and not contextually to the block. const displayHeaderToolbar = useViewportMatch( 'medium', '<' ) || hasFixedToolbar;