diff --git a/wp-admin/js/editor.js b/wp-admin/js/editor.js index aa9948ebd6..5fc41f5998 100644 --- a/wp-admin/js/editor.js +++ b/wp-admin/js/editor.js @@ -371,7 +371,7 @@ window.wp = window.wp || {}; * Using DomQuery syntax to create it, since it's used as both text and as a DOM element. * * @param {Object} domLib DOM library instance. - * @param {string} content The content to insert into the cusror marker element. + * @param {string} content The content to insert into the cursor marker element. */ function getCursorMarkerSpan( domLib, content ) { return domLib( '' ).css( { diff --git a/wp-includes/version.php b/wp-includes/version.php index a875cf6681..32a89230e2 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -13,7 +13,7 @@ * * @global string $wp_version */ -$wp_version = '5.7-alpha-49840'; +$wp_version = '5.7-alpha-49841'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.