From cfdc8845829d080dd2c745f59a8b2b8b8c3a91f7 Mon Sep 17 00:00:00 2001 From: Kyle Mathews Date: Thu, 12 Jun 2014 16:27:40 -0700 Subject: [PATCH] typo --- docs/docs/09.4-test-utils.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/09.4-test-utils.md b/docs/docs/09.4-test-utils.md index edf7cda50c..dd06f91092 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`.