Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
* [Investigating failures](#investigating-failures)
* [JSON report of the failures](#json-report-of-the-failures)
* [ValidationListeners - Tracking the validation process](#validationlisteners---tracking-the-validation-process)
* [Eary failure mode](#early-failure-mode)
* [Early failure mode](#early-failure-mode)
* [Default values](#default-values)
* [RegExp implementations](#regexp-implementations)
* [readOnly and writeOnly context](#readonly-and-writeonly-context)
Expand Down Expand Up @@ -172,7 +172,7 @@ try {
```


Now - to illustrate the way how multiple violations are handled - lets consider the following JSON document, where both
Now - to illustrate the way that multiple violations are handled - let's consider the following JSON document, where both
the "a" and "b" properties violate the above schema:

```json
Expand Down