From d31f0dff46317418cfdb2c87e8f4be9d9d893359 Mon Sep 17 00:00:00 2001 From: Dave Smith Date: Tue, 17 Dec 2024 12:12:25 +0000 Subject: [PATCH] Comment case Co-authored-by: Sarah Norris <1645628+mikachan@users.noreply.github.com> --- .../src/components/block-tools/zoom-out-mode-inserters.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/block-editor/src/components/block-tools/zoom-out-mode-inserters.js b/packages/block-editor/src/components/block-tools/zoom-out-mode-inserters.js index 7688b17e5966bc..96f905293849b2 100644 --- a/packages/block-editor/src/components/block-tools/zoom-out-mode-inserters.js +++ b/packages/block-editor/src/components/block-tools/zoom-out-mode-inserters.js @@ -73,7 +73,7 @@ function ZoomOutModeInserters() { const nextClientId = blockOrder[ insertionIndex ]; - // if the block insertion point is visible, and the insertion + // If the block insertion point is visible, and the insertion // indicies match then we don't need to render the inserter. if ( insertionPointVisible &&