mirror of
https://github.com/nasa/openmct.git
synced 2025-06-20 16:10:23 +00:00
Typo corrections, I avoided making changes to words that have regional spelling differences.
This commit is contained in:
@ -174,7 +174,7 @@ define(
|
||||
* category.
|
||||
*
|
||||
* @param {string} category name of the extension category
|
||||
* @returns {Array} extension definitions of that cataegory
|
||||
* @returns {Array} extension definitions of that category
|
||||
*/
|
||||
Bundle.prototype.getExtensions = function (category) {
|
||||
var extensions = this.definition.extensions[category] || [],
|
||||
|
Reference in New Issue
Block a user