Skip to content

Commit cfdc884

Browse files
committed
typo
1 parent 5758f8d commit cfdc884

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/09.4-test-utils.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Traverse all components in `tree` and accumulate all components where `test(comp
9595
### scryRenderedDOMComponentsWithClass
9696

9797
```javascript
98-
array scryRenderedDOMComponentsWithClass(ReactCompoennt tree, string className)
98+
array scryRenderedDOMComponentsWithClass(ReactComponent tree, string className)
9999
```
100100

101101
Finds all instance of components in the rendered tree that are DOM components with the class name matching `className`.

0 commit comments

Comments
 (0)