diff --git a/packages/block-editor/src/components/use-block-drop-zone/index.js b/packages/block-editor/src/components/use-block-drop-zone/index.js index da7a4aecf3acd2..e92148c822819a 100644 --- a/packages/block-editor/src/components/use-block-drop-zone/index.js +++ b/packages/block-editor/src/components/use-block-drop-zone/index.js @@ -363,7 +363,7 @@ export default function useBlockDropZone( { return; } - // In Zoom Out mode, if the target is not the section root provided by settings) then do not allow dropping as + // In Zoom Out mode, if the target is not the section root provided by settings then do not allow dropping as // the target is not within the root. if ( isZoomOutMode &&