Skip to content

Commit

Permalink
Update packages/block-editor/src/components/keyboard-shortcuts/index.js
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Robertshaw <60436221+aaronrobertshaw@users.noreply.github.com>
  • Loading branch information
bengreeley and aaronrobertshaw committed Aug 7, 2023
1 parent 189569b commit 15a3c07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ function KeyboardShortcutsRegister() {
registerShortcut( {
name: 'core/block-editor/multi-text-selection',
category: 'selection',
description: __( 'Select text between multiple blocks.' ),
description: __( 'Select text across multiple blocks.' ),
keyCombination: {
modifier: 'shift',
character: 'arrow',
Expand Down

0 comments on commit 15a3c07

Please sign in to comment.