diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-admin/js/editor.js --- a/wp/wp-admin/js/editor.js Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-admin/js/editor.js Fri Sep 05 18:40:08 2025 +0200 @@ -265,7 +265,7 @@ } /** - * Gets a list of unique shortcodes or shortcode-look-alikes in the content. + * Gets a list of unique shortcodes or shortcode-lookalikes in the content. * * @param {string} content The content we want to scan for shortcodes. */ @@ -561,7 +561,7 @@ * By default TinyMCE wraps loose inline tags in a `

`. * When removing selection markers an empty `

` may be left behind, remove it. * - * @param {Object} $marker The marker to be removed from the editor DOM, wrapped in an instnce of `editor.$` + * @param {Object} $marker The marker to be removed from the editor DOM, wrapped in an instance of `editor.$` */ function removeSelectionMarker( $marker ) { var $markerParent = $marker.parent();