Skip to content

Commit de181d6

Browse files
authored
Fix typo in templatize.html
Tempaltize -> Templatize
1 parent 77f0671 commit de181d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils/templatize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@
321321
* of any event handlers.
322322
*
323323
* // Customze property forwarding and event model decoration
324-
* let TemplateClass = Polymer.Tempaltize.templatize(template, this, {
324+
* let TemplateClass = Polymer.Templatize.templatize(template, this, {
325325
* parentModel: true,
326326
* instanceProps: {...},
327327
* forwardHostProp(property, value) {...},

0 commit comments

Comments
 (0)