Docs: Fix typo in a comment in `js/media/routers/manage.js`.

Props mukesh27, garrett-eclipse.
Fixes #51397.

git-svn-id: https://develop.svn.wordpress.org/trunk@49058 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
SergeyBiryukov 2020-09-27 07:36:02 +00:00
parent 73779aaa0a
commit c729e4d732
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ var Router = Backbone.Router.extend(/** @lends wp.media.view.MediaFrame.Manage.R
}
},
// Respond to the search route by filling the search field and trigggering the input event.
// Respond to the search route by filling the search field and triggering the input event.
search: function( query ) {
jQuery( '#media-search-input' ).val( query ).trigger( 'input' );
},