From de181d6ef9bf627a07d99c30bf759623d4d63bc8 Mon Sep 17 00:00:00 2001 From: hungyao Date: Mon, 19 Jun 2017 09:53:53 +0900 Subject: [PATCH] Fix typo in templatize.html Tempaltize -> Templatize --- lib/utils/templatize.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/utils/templatize.html b/lib/utils/templatize.html index 31f792ec55..d87cb15789 100644 --- a/lib/utils/templatize.html +++ b/lib/utils/templatize.html @@ -321,7 +321,7 @@ * of any event handlers. * * // Customze property forwarding and event model decoration - * let TemplateClass = Polymer.Tempaltize.templatize(template, this, { + * let TemplateClass = Polymer.Templatize.templatize(template, this, { * parentModel: true, * instanceProps: {...}, * forwardHostProp(property, value) {...},