Skip to content

Commit 6e1aaa1

Browse files
Typo: complete -> completely
Co-authored-by: Ricky <[email protected]>
1 parent ccf7cc8 commit 6e1aaa1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/internal-test-utils/__tests__/ReactInternalTestUtils-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2135,7 +2135,7 @@ describe('ReactInternalTestUtils console assertions', () => {
21352135
console.error('Message that happens to contain a "T"\n in div');
21362136

21372137
assertConsoleErrorDev([
2138-
'This is a complete different message that happens to start with "T"',
2138+
'This is a completely different message that happens to start with "T"',
21392139
]);
21402140
});
21412141
expect(message).toMatchInlineSnapshot(`

0 commit comments

Comments
 (0)