From dfa04be3786f9abebaab2d97062b761a57b9bfff Mon Sep 17 00:00:00 2001 From: Andrei Draganescu Date: Wed, 9 Oct 2024 17:39:27 +0300 Subject: [PATCH] mega nit commit Co-authored-by: Dave Smith --- packages/block-editor/src/components/block-popover/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/block-popover/index.js b/packages/block-editor/src/components/block-popover/index.js index 2bea0f02598f6..d51ad046e395f 100644 --- a/packages/block-editor/src/components/block-popover/index.js +++ b/packages/block-editor/src/components/block-popover/index.js @@ -132,7 +132,7 @@ function BlockPopover( // not full width and nested blocks to keep section height. if ( isZoomOut && isSectionSelected ) { // If the rootSectionElement is undefined then recurse up the DOM tree - // to find the element with ` is-root-container` classname. + // to find the element with `is-root-container` classname. // This can then be used as the anchor point. // FIXME: we should not rely on classnames to find the // root section element