Make WordPress Core

Changeset 49841


Ignore:
Timestamp:
12/20/2020 12:30:02 PM (4 years ago)
Author:
SergeyBiryukov
Message:

Docs: Fix typo in getCursorMarkerSpan() DocBlock in js/_enqueues/wp/editor/base.js.

Props voboghure, mukesh27, audrasjb.
Fixes #52128.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/wp/editor/base.js

    r48650 r49841  
    372372         *
    373373         * @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.
    375375         */
    376376        function getCursorMarkerSpan( domLib, content ) {
Note: See TracChangeset for help on using the changeset viewer.