We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6f60d2 commit 0b32951Copy full SHA for 0b32951
packages/react-reconciler/src/__tests__/ReactCache-test.js
@@ -1132,7 +1132,7 @@ describe('ReactCache', () => {
1132
1133
// Unmount children: the first text cache instance is created only after the root
1134
// 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
+ // cleaning up v1 (used for the first two children which render together) and
1136
// v2 (used for the third boundary added later).
1137
await act(async () => {
1138
root.render('Bye!');
0 commit comments