Skip to content

Commit

Permalink
Update packages/react/src/__tests__/ReactContextValidator-test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon authored Feb 15, 2024
1 parent dff0b81 commit 9baf9d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/__tests__/ReactContextValidator-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ describe('ReactContextValidator', () => {
'getChildContext() on ComponentA or remove childContextTypes from it.',
);

// Warnings should be deduped by component typ
// Warnings should be deduped by component type
let container = document.createElement('div');
let root = ReactDOMClient.createRoot(container);
await act(() => {
Expand Down

0 comments on commit 9baf9d3

Please sign in to comment.