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 96f905293849b2..56b8d46b067844 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 @@ -74,7 +74,7 @@ function ZoomOutModeInserters() { const nextClientId = blockOrder[ insertionIndex ]; // If the block insertion point is visible, and the insertion - // indicies match then we don't need to render the inserter. + // Indices match then we don't need to render the inserter. if ( insertionPointVisible && blockInsertionPoint?.index === insertionIndex