mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
93c504a57a
commit
457b20ebce
@ -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( '<span>' ).css( {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user