We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8227c commit 2e06b51Copy full SHA for 2e06b51
CONTRIBUTING.md
@@ -19,7 +19,7 @@ Steps:
19
* in the same directory create a `subject-valid.json` file, which is a JSON document, and you expect that document to pass
20
the validation, but due to a bug it fails with a `ValidationException`
21
* 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.
+It will mean that for the test suite that an expected `ValidationException` is not thrown.
23
* you can create both the `subject-valid.json` and `subject-invalid.json` test files if you find it needed
24
25
0 commit comments