Skip to content

Commit

Permalink
fix comment typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott J Miles committed Aug 21, 2015
1 parent 12fa867 commit a0a3e0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/polymer-bootstrap.html
Expand Up @@ -38,9 +38,9 @@
};

var desugar = function(prototype) {
// Note: need to chain user prorotype with the correct type-extended
// Note: need to chain user prototype with the correct type-extended
// version of Polymer.Base; this is especially important when you can't
// prototype swizzle (e.g. IE10), since CustomElemets uses getPrototypeOf
// prototype swizzle (e.g. IE10), since CustomElements uses getPrototypeOf
var base = Polymer.Base;
if (prototype.extends) {
base = Polymer.Base._getExtendedPrototype(prototype.extends);
Expand Down

0 comments on commit a0a3e0c

Please sign in to comment.