spelling: overridden

This commit is contained in:
Josh Soref 2019-10-29 02:27:43 -04:00
parent 868c822e02
commit e35c06eff5
2 changed files with 2 additions and 2 deletions

View file

@ -821,7 +821,7 @@ var Camera = new Class({
return this;
},
// Overriden by subclasses
// Overridden by subclasses
/**
* [description]
*

View file

@ -21,7 +21,7 @@ export class Parser {
// removes members inherited from classes
// possibly could be avoided if mixins were defined as such before JSDoc parses them and then we could globally remove all inherited (not
// overriden) members globally from the parsed DB
// overridden) members globally from the parsed DB
this.resolveInheritance(docs);
this.resolveParents(docs);