Skip to content

Commit 90c92c7

Browse files
committed
Fix warning message
1 parent 5cb0f2b commit 90c92c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-test-renderer/src/ReactTestHostConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export function appendChild(
6767
warning(
6868
Array.isArray(parentInstance.children),
6969
'An invalid container has been provided. ' +
70-
'This may indicate that another render is being used in addition to the test renderer. ' +
70+
'This may indicate that another renderer is being used in addition to the test renderer. ' +
7171
'(For example, ReactDOM.createPortal inside of a ReactTestRenderer tree.) ' +
7272
'This is not supported.',
7373
);

0 commit comments

Comments
 (0)