Skip to content

Commit

Permalink
Typo: complete -> completely
Browse files Browse the repository at this point in the history
Co-authored-by: Ricky <rickhanlonii@gmail.com>
  • Loading branch information
acdlite and rickhanlonii committed Apr 17, 2024
1 parent ccf7cc8 commit 6e1aaa1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2135,7 +2135,7 @@ describe('ReactInternalTestUtils console assertions', () => {
console.error('Message that happens to contain a "T"\n in div');

assertConsoleErrorDev([
'This is a complete different message that happens to start with "T"',
'This is a completely different message that happens to start with "T"',
]);
});
expect(message).toMatchInlineSnapshot(`
Expand Down

0 comments on commit 6e1aaa1

Please sign in to comment.