Skip to content

Commit 600580d

Browse files
authored
fix: make grammatical correction (#1509)
* fix: make grammatical correction * docs: make more grammatical corrections
1 parent a44dbdf commit 600580d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/learn/getting-started-step-by-step/getting-started-step-by-step.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -581,10 +581,10 @@ With the external schema reference, the overall schema looks like this:
581581

582582
## Validate JSON data against the schema
583583

584-
Now that you have your JSON Schema is time to validate [JSON data](https://json-schema.org/learn/glossary#instance) against it using a [JSON Schema Validator](https://json-schema.org/tools?query=&sortBy=name&sortOrder=ascending&groupBy=toolingTypes&licenses=&languages=&drafts=&toolingTypes=validator).
584+
Now that you have your JSON Schema, it is time to validate [JSON data](https://json-schema.org/learn/glossary#instance) against it using a [JSON Schema Validator](https://json-schema.org/tools?query=&sortBy=name&sortOrder=ascending&groupBy=toolingTypes&licenses=&languages=&drafts=&toolingTypes=validator).
585585

586-
A Validator is a tool that implements the JSON Schema specification. All validators works in a similar way: they take a JSON Schema and a JSON Instance as input and they returns the validation result as output.
586+
A Validator is a tool that implements the JSON Schema specification. All validators works in a similar way: they take a JSON Schema and a JSON Instance as input and they return the validation result as output.
587587

588588
![How JSON Schema works](https://json-schema.org/img/json_schema.svg)
589589

590-
To try it yourself, please visit [Tools](https://json-schema.org/tools#validators) and select the validator that better suit your needs, or use the editors available below to explore the different Schemas and Instances and see the different validation results.
590+
To try it yourself, please visit [Tools](https://json-schema.org/tools#validators) and select the validator that best suits your needs, or use the editors available below to explore the different Schemas and Instances and see the different validation results.

0 commit comments

Comments
 (0)