Skip to content

Commit 38c03ce

Browse files
NE-SmallTownnecolas
authored andcommitted
Fix typo in commet (#16727)
1 parent 4905590 commit 38c03ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/__tests__/ReactHooks-test.internal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -431,7 +431,7 @@ describe('ReactHooks', () => {
431431
expect(root).toMatchRenderedOutput('1');
432432

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

0 commit comments

Comments
 (0)