Skip to content

Commit

Permalink
Correct spelling in Zoom Out Inserters comment (#68051)
Browse files Browse the repository at this point in the history
* Correct spelling

* Fix caps

Co-authored-by: getdave <get_dave@git.wordpress.org>
Co-authored-by: shail-mehta <shailu25@git.wordpress.org>
Co-authored-by: MaggieCabrera <onemaggie@git.wordpress.org>
  • Loading branch information
4 people authored Dec 17, 2024
1 parent 6e274de commit 14d4cda
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 14d4cda

Please sign in to comment.