Skip to content

Commit e35c06e

Browse files
committed
spelling: overridden
1 parent 868c822 commit e35c06e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

plugins/camera3d/src/Camera.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ var Camera = new Class({
821821
return this;
822822
},
823823

824-
// Overriden by subclasses
824+
// Overridden by subclasses
825825
/**
826826
* [description]
827827
*

scripts/tsgen/src/Parser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export class Parser {
2121

2222
// removes members inherited from classes
2323
// possibly could be avoided if mixins were defined as such before JSDoc parses them and then we could globally remove all inherited (not
24-
// overriden) members globally from the parsed DB
24+
// overridden) members globally from the parsed DB
2525
this.resolveInheritance(docs);
2626

2727
this.resolveParents(docs);

0 commit comments

Comments
 (0)