Skip to content

Commit e812902

Browse files
authored
Merge pull request Polymer#5042 from MajorBreakfast/patch-1
Fix typo in docs
2 parents d7ea246 + cefdaa9 commit e812902

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
@@ -400,7 +400,7 @@
400400
/**
401401
* Returns an anonymous `Polymer.PropertyEffects` class bound to the
402402
* `<template>` provided. Instancing the class will result in the
403-
* template being stamped into document fragment stored as the instance's
403+
* template being stamped into a document fragment stored as the instance's
404404
* `root` property, after which it can be appended to the DOM.
405405
*
406406
* Templates may utilize all Polymer data-binding features as well as

0 commit comments

Comments
 (0)