Skip to content

Commit 9baf9d3

Browse files
authored
Update packages/react/src/__tests__/ReactContextValidator-test.js
1 parent dff0b81 commit 9baf9d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react/src/__tests__/ReactContextValidator-test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ describe('ReactContextValidator', () => {
193193
'getChildContext() on ComponentA or remove childContextTypes from it.',
194194
);
195195

196-
// Warnings should be deduped by component typ
196+
// Warnings should be deduped by component type
197197
let container = document.createElement('div');
198198
let root = ReactDOMClient.createRoot(container);
199199
await act(() => {

0 commit comments

Comments
 (0)