fix : grammatical typo for test description (#22764)

* fix : grammatical typo for test description

* fix linting issues
This commit is contained in:
Brijesh Prasad 2021-11-15 17:44:48 +01:00 committed by GitHub
parent 200415c91c
commit d4144e6e54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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} />, () =>