8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent faae3b1 commit 7b37193Copy full SHA for 7b37193
lib/elements/dom-repeat.js
@@ -599,7 +599,7 @@ export class DomRepeat extends domRepeatBase {
599
const currentCount = this.__instances.length;
600
// When chunking, we increase the limit from the currently rendered count
601
// by the chunk count that is re-calculated after each rAF (with special
602
- // cases for reseting the limit to initialCount after changing items)
+ // cases for resetting the limit to initialCount after changing items)
603
if (this.initialCount) {
604
let newCount;
605
if (!this.__chunkCount ||
0 commit comments