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) {...},