From 2afea08314cd37913cd958cd2b64c0a13dfc2de4 Mon Sep 17 00:00:00 2001 From: Andrei Draganescu Date: Tue, 1 Oct 2024 10:13:11 +0300 Subject: [PATCH] comment typos --- packages/block-editor/src/components/block-popover/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/block-editor/src/components/block-popover/index.js b/packages/block-editor/src/components/block-popover/index.js index 9b8e991583239f..9d23c0b2ff3499 100644 --- a/packages/block-editor/src/components/block-popover/index.js +++ b/packages/block-editor/src/components/block-popover/index.js @@ -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 =