[API] Fix TypeRegistry docstring

Fixes #1295
This commit is contained in:
Victor Woeltjen 2016-10-27 12:16:07 -07:00
parent 30b769d741
commit 23eff4b924

View File

@ -37,7 +37,7 @@ define([], function () {
*
* @param {string} typeKey a string identifier for this type
* @param {module:openmct.Type} type the type to add
* @method addProvider
* @method addType
* @memberof module:openmct.TypeRegistry#
*/
TypeRegistry.prototype.addType = function (typeKey, type) {