From a0a3e0cf39d7b762003aa6e81cc2598a1477415e Mon Sep 17 00:00:00 2001 From: Scott J Miles Date: Fri, 21 Aug 2015 15:05:48 -0700 Subject: [PATCH] fix comment typos --- src/lib/polymer-bootstrap.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/polymer-bootstrap.html b/src/lib/polymer-bootstrap.html index 2fd5f95d92..0d1ada0f9e 100644 --- a/src/lib/polymer-bootstrap.html +++ b/src/lib/polymer-bootstrap.html @@ -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);