Skip to content

Commit

Permalink
Fix broken link
Browse files Browse the repository at this point in the history
Previously the link to `someWhere` was pointing to `/docs/api/ShallowWrapper/someWHere.md`. I have changed to `/docs/api/ShallowWrapper/someWhere.md`.
  • Loading branch information
wmonk committed Jan 8, 2016
1 parent 5498604 commit 0046850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/shallow.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Reduces the current array of nodes to a value, from right to left.
#### [`some(selector) => Boolean`](/docs/api/ShallowWrapper/some.md)
Returns whether or not any of the nodes in the wrapper match the provided selector.

#### [`someWhere(predicate) => Boolean`](/docs/api/ShallowWrapper/someWHere.md)
#### [`someWhere(predicate) => Boolean`](/docs/api/ShallowWrapper/someWhere.md)
Returns whether or not any of the nodes in the wrapper pass the provided predicate function.

#### [`every(selector) => Boolean`](/docs/api/ShallowWrapper/every.md)
Expand Down

0 comments on commit 0046850

Please sign in to comment.