Skip to content

Commit

Permalink
spelling: prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent 83df6da commit bbe54cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/legacy/class.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@
// next look for superclass template (note: use superclass symbol
// to ensure correct `this.is`)
Base.template ||
// finally fall back to `_template` in element's protoype.
// finally fall back to `_template` in element's prototype.
this.prototype._template ||
null;
}
Expand Down

0 comments on commit bbe54cc

Please sign in to comment.