Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
Minor text revision
  • Loading branch information
joedolson authored Jan 17, 2025
1 parent f90da78 commit 6825cb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/editor/src/components/preferences-modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ function PreferencesModalContents( { extraSections = {} } ) {
scope="core"
featureName="keepCaretInsideBlock"
help={ __(
'Keeps the text cursor within blocks while navigating with arrow keys, preventing it from moving to other blocks, enhancing accessibility for keyboard users.'
'Keeps the text cursor within blocks while navigating with arrow keys, preventing it from moving to other blocks and enhancing accessibility for keyboard users.'
) }
label={ __(
'Contain text cursor inside block'
Expand Down

0 comments on commit 6825cb8

Please sign in to comment.