Skip to content

Commit

Permalink
Correct misspelling
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Smith <[email protected]>
  • Loading branch information
ramonjd and getdave authored Sep 7, 2024
1 parent 7293615 commit e63dfe0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export function PrivateBlockToolbar( {
.length > 0
);

// If one or more selected blocks re locked, do not show the BlockGroupToolbar.
// If one or more selected blocks are locked, do not show the BlockGroupToolbar.
const _hasTemplateLock = selectedBlockClientIds.some(
( id ) => getTemplateLock( id ) === 'contentOnly'
);
Expand Down

0 comments on commit e63dfe0

Please sign in to comment.