Skip to content

Commit 2746549

Browse files
authored
Merge pull request #267 from jkenefick/patch-1
Update README.md
2 parents 63d7a1b + e98a72b commit 2746549

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
* [Investigating failures](#investigating-failures)
1111
* [JSON report of the failures](#json-report-of-the-failures)
1212
* [ValidationListeners - Tracking the validation process](#validationlisteners---tracking-the-validation-process)
13-
* [Eary failure mode](#early-failure-mode)
13+
* [Early failure mode](#early-failure-mode)
1414
* [Default values](#default-values)
1515
* [RegExp implementations](#regexp-implementations)
1616
* [readOnly and writeOnly context](#readonly-and-writeonly-context)
@@ -172,7 +172,7 @@ try {
172172
```
173173

174174

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

178178
```json

0 commit comments

Comments
 (0)