diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-admin/js/editor-expand.js --- a/wp/wp-admin/js/editor-expand.js Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-admin/js/editor-expand.js Fri Sep 05 18:40:08 2025 +0200 @@ -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();