We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c1a576 commit b6b43f3Copy full SHA for b6b43f3
1 file changed
lib/utils/templatize.html
@@ -291,7 +291,7 @@
291
* // Get a template from somewhere, e.g. light DOM
292
* let template = this.querySelector('template');
293
* // Prepare the template
294
- * let TemplateClass = Polymer.Tempaltize.templatize(template);
+ * let TemplateClass = Polymer.Templatize.templatize(template);
295
* // Instance the template with an initial data model
296
* let instance = new TemplateClass({myProp: 'initial'});
297
* // Insert the instance's DOM somewhere, e.g. element's shadow DOM
0 commit comments