Skip to content

Commit

Permalink
Fix typo in commet (#16727)
Browse files Browse the repository at this point in the history
  • Loading branch information
NE-SmallTown authored and necolas committed Sep 10, 2019
1 parent 4905590 commit 38c03ce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ describe('ReactHooks', () => {
expect(root).toMatchRenderedOutput('1');

// Update to the same state. React doesn't know if the queue is empty
// because the alterate fiber has pending update priority, so we have to
// because the alternate fiber has pending update priority, so we have to
// enter the render phase before we can bail out. But we bail out before
// rendering the child, and we don't fire any effects.
act(() => setCounter(1));
Expand Down

0 comments on commit 38c03ce

Please sign in to comment.