diff --git a/src/js/_enqueues/wp/editor/dfw.js b/src/js/_enqueues/wp/editor/dfw.js index 30cc5e9e0c..61788efe7f 100644 --- a/src/js/_enqueues/wp/editor/dfw.js +++ b/src/js/_enqueues/wp/editor/dfw.js @@ -503,7 +503,7 @@ topHeight = heights.textTopHeight; } - // Return if TinyMCE is still intializing. + // Return if TinyMCE is still initializing. if ( ! visual && ! $top.length ) { return; }