Correct a misspelled property name in a `media-views.js` annotation.

Props kovshenin.
See #26870.



git-svn-id: https://develop.svn.wordpress.org/trunk@27309 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Scott Taylor 2014-02-27 03:06:37 +00:00
parent 1481b6a07c
commit d43fcdb10b
1 changed files with 1 additions and 1 deletions

View File

@ -4987,7 +4987,7 @@
}, this.options );
},
/**
* @returns {wp.media.view.Setings} Returns itself to allow chaining
* @returns {wp.media.view.Settings} Returns itself to allow chaining
*/
render: function() {
media.View.prototype.render.apply( this, arguments );