diff --git a/src/js/_enqueues/wp/editor/base.js b/src/js/_enqueues/wp/editor/base.js
index aa9948ebd6..5fc41f5998 100644
a
|
b
|
window.wp = window.wp || {}; |
371 | 371 | * Using DomQuery syntax to create it, since it's used as both text and as a DOM element. |
372 | 372 | * |
373 | 373 | * @param {Object} domLib DOM library instance. |
374 | | * @param {string} content The content to insert into the cusror marker element. |
| 374 | * @param {string} content The content to insert into the cursor marker element. |
375 | 375 | */ |
376 | 376 | function getCursorMarkerSpan( domLib, content ) { |
377 | 377 | return domLib( '<span>' ).css( { |