Skip to content

Commit

Permalink
docs: avoid confusing (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Aug 21, 2020
1 parent a92e2f9 commit 6a5d216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -38,7 +38,7 @@ npm install schema-utils
"type": "object",
"properties": {
"option": {
"type": ["boolean"]
"type": "boolean"
}
},
"additionalProperties": false
Expand Down

0 comments on commit 6a5d216

Please sign in to comment.