File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3864,7 +3864,7 @@ <h4>x-repeat-chunked</h4>
3864
3864
// Initial rendering of initial count
3865
3865
assert . equal ( stamped . length , 10 ) ;
3866
3866
} else {
3867
- // Remaining rendering incremenets
3867
+ // Remaining rendering increments
3868
3868
assert . isTrue ( stamped . length > lastLength ) ;
3869
3869
}
3870
3870
if ( stamped . length < 100 ) {
@@ -3934,7 +3934,7 @@ <h4>x-repeat-chunked</h4>
3934
3934
// Initial rendering of initial count
3935
3935
assert . equal ( stamped . length , 10 ) ;
3936
3936
} else {
3937
- // Remaining rendering incremenets
3937
+ // Remaining rendering increments
3938
3938
assert . isTrue ( stamped . length > lastLength ) ;
3939
3939
}
3940
3940
if ( stamped . length < chunked . items . length ) {
@@ -3998,7 +3998,7 @@ <h4>x-repeat-chunked</h4>
3998
3998
// Initial rendering of initial count
3999
3999
assert . equal ( stamped . length , 10 ) ;
4000
4000
} else {
4001
- // Remaining rendering incremenets
4001
+ // Remaining rendering increments
4002
4002
if ( stamped . length < filteredLength ) {
4003
4003
assert . isTrue ( stamped . length > lastLength ) ;
4004
4004
}
You can’t perform that action at this time.
0 commit comments