Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Miguel Fonseca <[email protected]>
  • Loading branch information
mtias and mcsf committed Feb 2, 2021
1 parent 8e4eff3 commit 04c8f8e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 04c8f8e

Please sign in to comment.