Make WordPress Core

Changeset 52366


Ignore:
Timestamp:
12/14/2021 08:28:27 AM (5 years ago)
Author:
audrasjb
Message:

Docs: Typo correction in TinyMCE related JS file.

Follow-up to [45066].

See #53399.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/_enqueues/vendor/tinymce/plugins/wordpress/plugin.js

    r51768 r52366  
    759759                                button.settings.tooltip = tooltip;
    760760
    761                                 // Override the aria label wiht the translated tooltip + shortcut.
     761                                // Override the aria label with the translated tooltip + shortcut.
    762762                                if ( button._aria && button._aria.label ) {
    763763                                        button._aria.label = tooltip;
Note: See TracChangeset for help on using the changeset viewer.