8000 Fix typo in dom-repeat.js · Polymer/polymer@7b37193 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 7b37193

Browse files
author
Ikko Ashimine
authored
Fix typo in dom-repeat.js
reseting -> resetting
1 parent faae3b1 commit 7b37193

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/elements/dom-repeat.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ export class DomRepeat extends domRepeatBase {
599599
const currentCount = this.__instances.length;
600600
// When chunking, we increase the limit from the currently rendered count
601601
// by the chunk count that is re-calculated after each rAF (with special
602-
// cases for reseting the limit to initialCount after changing items)
602+
// cases for resetting the limit to initialCount after changing items)
603603
if (this.initialCount) {
604604
let newCount;
605605
if (!this.__chunkCount ||

0 commit comments

Comments
 (0)
0