Skip to content

Commit

Permalink
fix : grammatical typo for test description (facebook#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 authored and zhengjitf committed Apr 15, 2022
1 parent 17ae3ae commit e91a4ca
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 e91a4ca

Please sign in to comment.