We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5758f8d commit cfdc884Copy full SHA for cfdc884
docs/docs/09.4-test-utils.md
@@ -95,7 +95,7 @@ Traverse all components in `tree` and accumulate all components where `test(comp
95
### scryRenderedDOMComponentsWithClass
96
97
```javascript
98
-array scryRenderedDOMComponentsWithClass(ReactCompoennt tree, string className)
+array scryRenderedDOMComponentsWithClass(ReactComponent tree, string className)
99
```
100
101
Finds all instance of components in the rendered tree that are DOM components with the class name matching `className`.
0 commit comments