From 457b20ebce4f94d319746bb4e994b71812708688 Mon Sep 17 00:00:00 2001 From: SergeyBiryukov Date: Sun, 20 Dec 2020 12:30:02 +0000 Subject: [PATCH] Docs: Fix typo in `getCursorMarkerSpan()` DocBlock in `js/_enqueues/wp/editor/base.js`. Props voboghure, mukesh27, audrasjb. Fixes #52128. git-svn-id: https://develop.svn.wordpress.org/trunk@49841 602fd350-edb4-49c9-b593-d223f7449a82 --- src/js/_enqueues/wp/editor/base.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/_enqueues/wp/editor/base.js b/src/js/_enqueues/wp/editor/base.js index aa9948ebd6..5fc41f5998 100644 --- a/src/js/_enqueues/wp/editor/base.js +++ b/src/js/_enqueues/wp/editor/base.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( {