Skip to content

Commit

Permalink
Update ReactSuspenseList-test.internal.js (#17034)
Browse files Browse the repository at this point in the history
Typo
  • Loading branch information
ganapativs authored and necolas committed Jan 9, 2020
1 parent ff90009 commit 5d6129b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1766,7 +1766,7 @@ describe('ReactSuspenseList', () => {
);
});

it('adding to the middle of committeed tail does not collapse insertions', async () => {
it('adding to the middle of committed tail does not collapse insertions', async () => {
let A = createAsyncText('A');
let B = createAsyncText('B');
let C = createAsyncText('C');
Expand Down

0 comments on commit 5d6129b

Please sign in to comment.