Skip to content

Commit 2e06b51

Browse files
committed
formatting fix
1 parent 6e8227c commit 2e06b51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Steps:
1919
* in the same directory create a `subject-valid.json` file, which is a JSON document, and you expect that document to pass
2020
the validation, but due to a bug it fails with a `ValidationException`
2121
* if you have a JSON document that you expect to be invalid, but it passes the validation, then you should name this file `subject-invalid.json`.
22-
It will mean that for the test suite that an expected ValidationException is not thrown.
22+
It will mean that for the test suite that an expected `ValidationException` is not thrown.
2323
* you can create both the `subject-valid.json` and `subject-invalid.json` test files if you find it needed
2424

2525

0 commit comments

Comments
 (0)