Skip to content

Commit

Permalink
spelling: increments
Browse files Browse the repository at this point in the history
  • Loading branch information
jsoref committed Sep 7, 2017
1 parent 17678e1 commit 8bda7f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/unit/dom-repeat.html
Original file line number Diff line number Diff line change
Expand Up @@ -3864,7 +3864,7 @@ <h4>x-repeat-chunked</h4>
// Initial rendering of initial count
assert.equal(stamped.length, 10);
} else {
// Remaining rendering incremenets
// Remaining rendering increments
assert.isTrue(stamped.length > lastLength);
}
if (stamped.length < 100) {
Expand Down Expand Up @@ -3934,7 +3934,7 @@ <h4>x-repeat-chunked</h4>
// Initial rendering of initial count
assert.equal(stamped.length, 10);
} else {
// Remaining rendering incremenets
// Remaining rendering increments
assert.isTrue(stamped.length > lastLength);
}
if (stamped.length < chunked.items.length) {
Expand Down Expand Up @@ -3998,7 +3998,7 @@ <h4>x-repeat-chunked</h4>
// Initial rendering of initial count
assert.equal(stamped.length, 10);
} else {
// Remaining rendering incremenets
// Remaining rendering increments
if (stamped.length < filteredLength) {
assert.isTrue(stamped.length > lastLength);
}
Expand Down

0 comments on commit 8bda7f9

Please sign in to comment.