Skip to content

Commit

Permalink
Fix distraction free shortcut typo (#45186)
Browse files Browse the repository at this point in the history
  • Loading branch information
talldan authored Oct 21, 2022
1 parent 9d48cb0 commit 75d6812
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function KeyboardShortcuts() {
registerShortcut( {
name: 'core/edit-post/toggle-distraction-free',
category: 'global',
description: __( 'Toggle disrtaction free mode.' ),
description: __( 'Toggle distraction free mode.' ),
keyCombination: {
modifier: 'primaryShift',
character: '\\',
Expand Down

0 comments on commit 75d6812

Please sign in to comment.