Skip to content

Commit

Permalink
Fix copy typo
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan committed Sep 5, 2018
1 parent 8e11cdb commit 776c2ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions edit-post/components/keyboard-shortcut-help-modal/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const globalShortcuts = {
},
{
keyCombination: ctrl( '`' ),
description: __( 'Navigate to a the next part of the editor.' ),
description: __( 'Navigate to the next part of the editor.' ),
ariaLabel: shortcutAriaLabel.ctrl( '`' ),
},
{
Expand All @@ -56,7 +56,7 @@ const globalShortcuts = {
},
{
keyCombination: shiftAlt( 'n' ),
description: __( 'Navigate to a the next part of the editor (alternative).' ),
description: __( 'Navigate to the next part of the editor (alternative).' ),
},
{
keyCombination: shiftAlt( 'p' ),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ exports[`KeyboardShortcutHelpModal should match snapshot when the modal is activ
},
Object {
"ariaLabel": "Control + Backtick",
"description": "Navigate to a the next part of the editor.",
"description": "Navigate to the next part of the editor.",
"keyCombination": Array [
"Ctrl",
"+",
Expand All @@ -94,7 +94,7 @@ exports[`KeyboardShortcutHelpModal should match snapshot when the modal is activ
],
},
Object {
"description": "Navigate to a the next part of the editor (alternative).",
"description": "Navigate to the next part of the editor (alternative).",
"keyCombination": Array [
"Shift",
"+",
Expand Down

0 comments on commit 776c2ad

Please sign in to comment.