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

Props kovshenin.
See #26870.


Built from https://develop.svn.wordpress.org/trunk@27309


git-svn-id: http://core.svn.wordpress.org/trunk@27162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-02-27 03:07:14 +00:00
parent 8a4ef32f7a
commit abebb1fde2
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 );