Skip to content

Commit b6b43f3

Browse files
authored
Fixed tempaltize -> templatize typo
1 parent 8c1a576 commit b6b43f3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/utils/templatize.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
* // Get a template from somewhere, e.g. light DOM
292292
* let template = this.querySelector('template');
293293
* // Prepare the template
294-
* let TemplateClass = Polymer.Tempaltize.templatize(template);
294+
* let TemplateClass = Polymer.Templatize.templatize(template);
295295
* // Instance the template with an initial data model
296296
* let instance = new TemplateClass({myProp: 'initial'});
297297
* // Insert the instance's DOM somewhere, e.g. element's shadow DOM

0 commit comments

Comments
 (0)