From ef40ad979040df64fa7a73949457f3fbc1aab357 Mon Sep 17 00:00:00 2001 From: Devin Osorio Date: Sun, 11 Jun 2017 09:01:38 -0700 Subject: [PATCH] Fix typo --- docs/api/ShallowWrapper/containsAnyMatchingElements.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/ShallowWrapper/containsAnyMatchingElements.md b/docs/api/ShallowWrapper/containsAnyMatchingElements.md index 844d6074e..95e5ce13a 100644 --- a/docs/api/ShallowWrapper/containsAnyMatchingElements.md +++ b/docs/api/ShallowWrapper/containsAnyMatchingElements.md @@ -1,6 +1,6 @@ # `.containsAnyMatchingElements(nodes) => Boolean` -Returns whether or not one of the given react elements is matching on element in the shallow render tree. +Returns whether or not one of the given react elements is matching an element in the shallow render tree. It will determine if an element in the wrapper __looks like__ one of the expected elements by checking if all props of the expected element are present on the wrappers element and equal to each other. Props present on the wrapper root node but not supplied in the expected element will be ignored.