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
This commit is contained in:
Sergey Biryukov 2019-04-07 05:39:00 +00:00
parent 60e5087b36
commit 66e0c55818
1 changed files with 1 additions and 1 deletions

View File

@ -503,7 +503,7 @@
topHeight = heights.textTopHeight; topHeight = heights.textTopHeight;
} }
// Return if TinyMCE is still intializing. // Return if TinyMCE is still initializing.
if ( ! visual && ! $top.length ) { if ( ! visual && ! $top.length ) {
return; return;
} }