Docs: Typo correction in TinyMCE related JS file.

Follow-up to [45066].

See #53399.


git-svn-id: https://develop.svn.wordpress.org/trunk@52366 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Jb Audras 2021-12-14 08:28:27 +00:00
parent dedcacf92f
commit 83753bfe79

View File

@ -758,7 +758,7 @@ tinymce.PluginManager.add( 'wordpress', function( editor ) {
tooltip = getTooltip( button.settings.tooltip );
button.settings.tooltip = tooltip;
// Override the aria label wiht the translated tooltip + shortcut.
// Override the aria label with the translated tooltip + shortcut.
if ( button._aria && button._aria.label ) {
button._aria.label = tooltip;
}