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 c9a582c commit 8d9423aCopy full SHA for 8d9423a
spec_tests.json
@@ -174,14 +174,14 @@
174
},
175
176
{
177
- "comment": "A.12. Adding to a Non-existant Target",
+ "comment": "A.12. Adding to a Non-existent Target",
178
"doc": {
179
"foo": "bar"
180
181
"patch": [
182
{ "op": "add", "path": "/baz/bat", "value": "qux" }
183
],
184
- "error": "add to a non-existant target"
+ "error": "add to a non-existent target"
185
186
187
0 commit comments