diff --git a/wp-admin/js/editor-expand.js b/wp-admin/js/editor-expand.js index 30cc5e9e0c..61788efe7f 100644 --- a/wp-admin/js/editor-expand.js +++ b/wp-admin/js/editor-expand.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; } diff --git a/wp-includes/version.php b/wp-includes/version.php index 5a4c8f7988..8c9a2d4179 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.2-beta1-45126'; +$wp_version = '5.2-beta1-45127'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.