From 66e0c55818a6bcf9554eda98c5a86c46137d0aef Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Sun, 7 Apr 2019 05:39:00 +0000 Subject: [PATCH] Docs: Fix typo in a comment in `editor/dfw.js`. Props garrett-eclipse, mattnyeus. Fixes #46485. git-svn-id: https://develop.svn.wordpress.org/trunk@45127 602fd350-edb4-49c9-b593-d223f7449a82 --- src/js/_enqueues/wp/editor/dfw.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }