From 0e7526e401922806e2fe4a6421890529e92e84ff Mon Sep 17 00:00:00 2001 From: Jim OBrien Date: Sat, 2 Aug 2014 22:04:37 -0700 Subject: [PATCH] typo --- docs/docs/09.4-test-utils.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/09.4-test-utils.md b/docs/docs/09.4-test-utils.md index dd06f91092..ef40cf65d5 100644 --- a/docs/docs/09.4-test-utils.md +++ b/docs/docs/09.4-test-utils.md @@ -98,7 +98,7 @@ Traverse all components in `tree` and accumulate all components where `test(comp 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`. +Finds all instances of components in the rendered tree that are DOM components with the class name matching `className`. ### findRenderedDOMComponentWithClass @@ -114,7 +114,7 @@ Like `scryRenderedDOMComponentsWithClass()` but expects there to be one result, array scryRenderedDOMComponentsWithTag(ReactComponent tree, string tagName) ``` -Finds all instance of components in the rendered tree that are DOM components with the tag name matching `tagName`. +Finds all instances of components in the rendered tree that are DOM components with the tag name matching `tagName`. ### findRenderedDOMComponentWithTag