Skip to content

Commit

Permalink
comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
draganescu committed Oct 1, 2024
1 parent 9cc9dd2 commit 2afea08
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/block-editor/src/components/block-popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ function BlockPopover(

return {
getBoundingClientRect() {
// The zoom out view has a verical block toolbar that should always
// be on the edge of the canvas. This condition chnages the anchor
// of the toolbar to the section instead of the block to cover for blocks
// The zoom out view has a vertical block toolbar that should always
// be on the edge of the canvas. This condition changes the anchor
// of the toolbar to the section instead of the block to handle blocks
// that are not full width.
if ( isZoomOut ) {
const selectedBlockRect =
Expand Down

0 comments on commit 2afea08

Please sign in to comment.