Skip to content

Commit

Permalink
Fix typo in dom-repeat.js
Browse files Browse the repository at this point in the history
reseting -> resetting
  • Loading branch information
eltociear authored Feb 9, 2022
1 parent faae3b1 commit 7b37193
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/elements/dom-repeat.js
Original file line number Diff line number Diff line change
Expand Up @@ -599,7 +599,7 @@ export class DomRepeat extends domRepeatBase {
const currentCount = this.__instances.length;
// When chunking, we increase the limit from the currently rendered count
// by the chunk count that is re-calculated after each rAF (with special
// cases for reseting the limit to initialCount after changing items)
// cases for resetting the limit to initialCount after changing items)
if (this.initialCount) {
let newCount;
if (!this.__chunkCount ||
Expand Down

0 comments on commit 7b37193

Please sign in to comment.