Skip to content

Commit

Permalink
Fix typo: non -> none
Browse files Browse the repository at this point in the history
  • Loading branch information
rouanw committed Nov 27, 2018
1 parent 67796af commit 2980640
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Expand Up @@ -2007,7 +2007,7 @@ const schema = Joi.object().keys({

#### `object.oxor(...peers)`

Defines an exclusive relationship between a set of keys where only one is allowed but non are required where:
Defines an exclusive relationship between a set of keys where only one is allowed but none are required where:
- `peers` - the exclusive key names that must not appear together but where none are required.

```js
Expand Down

0 comments on commit 2980640

Please sign in to comment.