Skip to content

Commit

Permalink
Merge pull request #1669 from rouanw/master
Browse files Browse the repository at this point in the history
Fix typo: non -> none
  • Loading branch information
Marsup committed Nov 27, 2018
2 parents 67796af + 2980640 commit 25894cd
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 25894cd

Please sign in to comment.