Skip to content

Commit d4144e6

Browse files
fix : grammatical typo for test description (#22764)
* fix : grammatical typo for test description * fix linting issues
1 parent 200415c commit d4144e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-reconciler/src/__tests__/ReactHooksWithNoopRenderer-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1184,7 +1184,7 @@ describe('ReactHooksWithNoopRenderer', () => {
11841184
]);
11851185
});
11861186

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

0 commit comments

Comments
 (0)