Skip to content

Commit

Permalink
Update FAQ.md (#1115)
Browse files Browse the repository at this point in the history
- Fix type "sence" to "sense"
  • Loading branch information
cjancsar authored and epoberezkin committed Oct 29, 2019
1 parent 60c2936 commit 4e240b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ There are several ways to implement the described logic that would allow two pro

##### Why the validation fails when I use option `removeAdditional` with the keyword `anyOf`/etc.?

This problem is related to the problem explained above - properties treated as additional in the sence of `additionalProperties` keyword, based on `properties`/`patternProperties` keyword in the same schema object.
This problem is related to the problem explained above - properties treated as additional in the sense of `additionalProperties` keyword, based on `properties`/`patternProperties` keyword in the same schema object.

See the exemple in [Filtering Data](https://github.com/epoberezkin/ajv#filtering-data) section of readme.

Expand Down

0 comments on commit 4e240b7

Please sign in to comment.