diff options
Diffstat (limited to 'wp-admin/js/editor-expand.js')
-rw-r--r-- | wp-admin/js/editor-expand.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/wp-admin/js/editor-expand.js b/wp-admin/js/editor-expand.js index a47c548..04b001e 100644 --- a/wp-admin/js/editor-expand.js +++ b/wp-admin/js/editor-expand.js @@ -1552,7 +1552,7 @@ // Bind and unbind based on the distraction free writing focus. $document.on( 'dfw-on.focus', mceBind ).on( 'dfw-off.focus', mceUnbind ); - // Focuse the editor when it is the target of the click event. + // Focus the editor when it is the target of the click event. editor.on( 'click', function( event ) { if ( event.target === editor.getDoc().documentElement ) { editor.focus(); |