Skip to content

Commit

Permalink
chore: updates JsonSchemaValidator.resolveJsonSchema description
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-zakharchenko committed Feb 4, 2020
1 parent afe7193 commit bdb9b90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/validators/json-schema-next.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class JsonSchemaValidator {
}

/**
* Resolve stringified JSON Schema to an Object.
* Parses given JSON Schema string.
* Prevents invalid JSON to be consumed by a validator.
*/
resolveJsonSchema(jsonSchema) {
Expand Down

0 comments on commit bdb9b90

Please sign in to comment.