From 680c56d2e383942cf8ea862588221846727424ba Mon Sep 17 00:00:00 2001 From: Kevin Schaaf Date: Wed, 4 Nov 2015 18:14:33 -0800 Subject: [PATCH] Fix typo. --- src/lib/template/dom-repeat.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/template/dom-repeat.html b/src/lib/template/dom-repeat.html index 22127ae742..d8234b7f91 100644 --- a/src/lib/template/dom-repeat.html +++ b/src/lib/template/dom-repeat.html @@ -194,7 +194,7 @@ * Defines an initial count of template instances to render after setting * the `items` array, before the next paint, and puts the `dom-repeat` * into "chunking mode". The remaining items will be created and rendered - * incrementally at each animation frame therof until all instnaces have + * incrementally at each animation frame therof until all instances have * been rendered. */ initialCount: {