Complete the typo fix (#28856)
Sebastian Silbermann committed
Apr 17, 2024 at 20:04 UTC
0c245df1dc162d387ce6f5483505921b6cd4cfe2
1 file changed
+1
-1
packages/internal-test-utils/__tests__/ReactInternalTestUtils-test.js
+1
-1
@@ -2146,7 +2146,7 @@ describe('ReactInternalTestUtils console assertions', () => {
2146
- Expected errors
2147
+ Received errors
2148
2149
- - This is a complete different message that happens to start with "T"
2149
+ - This is a completely different message that happens to start with "T"
2150
+ Message that happens to contain a "T" <component stack>"
2151
`);
2152
});