Skip to content

Commit

Permalink
Fixed tempaltize -> templatize typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CSLTech authored Mar 28, 2017
1 parent 8c1a576 commit b6b43f3
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 @@ -291,7 +291,7 @@
* // Get a template from somewhere, e.g. light DOM
* let template = this.querySelector('template');
* // Prepare the template
* let TemplateClass = Polymer.Tempaltize.templatize(template);
* let TemplateClass = Polymer.Templatize.templatize(template);
* // Instance the template with an initial data model
* let instance = new TemplateClass({myProp: 'initial'});
* // Insert the instance's DOM somewhere, e.g. element's shadow DOM
Expand Down

0 comments on commit b6b43f3

Please sign in to comment.