Skip to content

Commit 98b0335

Browse files
authored
fix: Correct typo in keyboard shortcut label (#2519)
Follow up to #2458. Fixes typo with shortcut name.
1 parent acee8f1 commit 98b0335

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/components/src/shortcuts/NavigationShortcuts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ const NAVIGATION_SHORTCUTS = {
2525
}),
2626
CYCLE_TO_PREVIOUS_TAB: ShortcutRegistry.createAndAdd({
2727
id: 'NAVIGATION.CYCLE_TO_PREVIOUS_TAB',
28-
name: 'Cycle To Previous TAB',
28+
name: 'Cycle To Previous Tab',
2929
shortcut: [MODIFIER.CTRL, MODIFIER.SHIFT, KEY.COLON],
3030
macShortcut: [MODIFIER.CMD, MODIFIER.SHIFT, KEY.SEMICOLON],
3131
isEditable: true,

0 commit comments

Comments
 (0)