Skip to content

Commit

Permalink
[Docs] shallow/mount: fix everyWhere docs
Browse files Browse the repository at this point in the history
_All_ of the nodes need to match in `everyWhere`. May have been copied from `someWhere` and not fully updated.
  • Loading branch information
halfninja authored and ljharb committed Apr 3, 2017
1 parent 7cd2e9a commit 8cbb82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/api/ReactWrapper/everyWhere.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `.everyWhere(fn) => Boolean`

Returns whether or not any of the nodes in the wrapper pass the provided predicate function.
Returns whether or not all of the nodes in the wrapper pass the provided predicate function.


#### Arguments
Expand Down
2 changes: 1 addition & 1 deletion docs/api/ShallowWrapper/everyWhere.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# `.everyWhere(fn) => Boolean`

Returns whether or not any of the nodes in the wrapper pass the provided predicate function.
Returns whether or not all of the nodes in the wrapper pass the provided predicate function.


#### Arguments
Expand Down

0 comments on commit 8cbb82b

Please sign in to comment.