Skip to content

Commit

Permalink
Merge pull request #1626 from leonaves/patch-1
Browse files Browse the repository at this point in the history
Fix hyperlink in docs.
  • Loading branch information
Marsup committed Oct 29, 2018
2 parents 9e9f7d2 + 9cf90ce commit 3607799
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Expand Up @@ -628,7 +628,7 @@ Whitelists a value where:
`value` can be an array of values, or multiple values can be passed as individual arguments. `value` supports [references](#refkey-options).

Note that this whitelist of allowed values is in *addition* to any other permitted values.
To create an exclusive whitelist of values, see [`any.valid(value)`](#anyvalidvalue).
To create an exclusive whitelist of values, see [`any.valid(value)`](#anyvalidvalue---aliases-only-equal).

```js
const schema = {
Expand Down

0 comments on commit 3607799

Please sign in to comment.