Skip to content

Commit

Permalink
fix : grammatical typo for test description (#22764)
Browse files Browse the repository at this point in the history
* fix : grammatical typo for test description

* fix linting issues
  • Loading branch information
brijeshprasad89 committed Nov 15, 2021
1 parent 200415c commit d4144e6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1184,7 +1184,7 @@ describe('ReactHooksWithNoopRenderer', () => {
]);
});

// This update is exists to test an internal implementation detail:
// This update exists to test an internal implementation detail:
// Effects without updating dependencies lose their layout/passive tag during an update.
act(() => {
ReactNoop.render(<Child bar={1} foo={2} />, () =>
Expand Down

0 comments on commit d4144e6

Please sign in to comment.