Skip to content

Commit

Permalink
Correct spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
getdave committed Dec 17, 2024
1 parent 7dd3127 commit b9b617f
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 b9b617f

Please sign in to comment.