Skip to content

Commit c57ec63

Browse files
authored
Merge pull request #390 from darakian/fix-typo
Fix typo in test readme
2 parents ddd04fb + ffa5af7 commit c57ec63

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

schema/support/tests/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# All records in vald directory must validate:
1+
# All records in valid directory must validate:
22

33
$ node ../Node_validator/validate.js valid/*.json
44

55
...
66
Summary: All files PASSED validation.
77

8-
# All records in invald directory must fail to validate:
8+
# All records in invalid directory must fail to validate:
99

1010
$ node ../Node_validator/validate.js invalid/*.json
1111

0 commit comments

Comments
 (0)