Skip to content

Commit 0b32951

Browse files
authored
chore: fix comment typo (#22657)
1 parent e6f60d2 commit 0b32951

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1132,7 +1132,7 @@ describe('ReactCache', () => {
11321132

11331133
// Unmount children: the first text cache instance is created only after the root
11341134
// commits, so both fresh cache instances are released by their cache boundaries,
1135-
// cleaning up v1 (used for the first two children which render togeether) and
1135+
// cleaning up v1 (used for the first two children which render together) and
11361136
// v2 (used for the third boundary added later).
11371137
await act(async () => {
11381138
root.render('Bye!');

0 commit comments

Comments
 (0)