Skip to content

Commit

Permalink
Fix typo in templatize.html
Browse files Browse the repository at this point in the history
Tempaltize -> Templatize
  • Loading branch information
hungyao authored Jun 19, 2017
1 parent 77f0671 commit de181d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/utils/templatize.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {...},
Expand Down

0 comments on commit de181d6

Please sign in to comment.