Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleAMathews committed Jun 12, 2014
1 parent 5758f8d commit cfdc884
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/09.4-test-utils.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down

0 comments on commit cfdc884

Please sign in to comment.