(cherry picked from commit cfdc884582)
This commit is contained in:
Kyle Mathews
2014-06-24 14:24:22 -07:00
committed by Paul O’Shannessy
parent bcaebecce2
commit bfecabf71a
+1 -1
View File
@@ -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`.