Skip to content

Commit 4bf5b71

Browse files
committed
Correct everyWhere(selector) API Documentation
Change 'any' to 'all'
1 parent ac165c8 commit 4bf5b71

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/shallow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,4 +176,4 @@ Returns whether or not any of the nodes in the wrapper pass the provided predica
176176
Returns whether or not all of the nodes in the wrapper match the provided selector.
177177

178178
#### [`everyWhere(selector) => Boolean`](/docs/api/ShallowWrapper/everyWhere.md)
179-
Returns whether or not any of the nodes in the wrapper pass the provided predicate function.
179+
Returns whether or not all of the nodes in the wrapper pass the provided predicate function.

0 commit comments

Comments
 (0)