diff --git a/docs/docs/09.4-test-utils.md b/docs/docs/09.4-test-utils.md index da19cde080..9546463961 100644 --- a/docs/docs/09.4-test-utils.md +++ b/docs/docs/09.4-test-utils.md @@ -95,7 +95,7 @@ Traverse all components in `tree` and accumulate all components where `test(comp ### scryRenderedDOMComponentsWithClass ```javascript -array scryRenderedDOMComponentsWithClass(ReactCompoennt tree, string className) +array scryRenderedDOMComponentsWithClass(ReactComponent tree, string className) ``` Finds all instance of components in the rendered tree that are DOM components with the class name matching `className`.