Skip to content

Commit

Permalink
Fix minor typo in json-schema.md (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
oldmud0 authored Dec 15, 2021
1 parent e9df4c1 commit 84d0a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/json-schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -1160,7 +1160,7 @@ If the data is invalid against the sub-schema in `if` keyword, then the validati
then: {multipleOf: 100},
else: {
if: {minimum: 10},
then": {multipleOf: 10}
then: {multipleOf: 10}
}
}
```
Expand Down

0 comments on commit 84d0a57

Please sign in to comment.