Skip to content

Commit

Permalink
fix typo: oncurrent - concurrent (#16633)
Browse files Browse the repository at this point in the history
  • Loading branch information
NE-SmallTown authored and Sunil Pai committed Sep 2, 2019
1 parent 46f912f commit 92f094d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ describe('ReactDOMFiberAsync', () => {
expect(container.textContent).toEqual('Bye');
});

it('deep updates (setState) are oncurrent', () => {
it('deep updates (setState) are concurrent', () => {
let instance;
class Component extends React.Component {
state = {step: 0};
Expand Down

0 comments on commit 92f094d

Please sign in to comment.