Skip to content

Commit 8d9423a

Browse files
author
Mike McCabe
committed
typo
1 parent c9a582c commit 8d9423a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec_tests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,14 +174,14 @@
174174
},
175175

176176
{
177-
"comment": "A.12. Adding to a Non-existant Target",
177+
"comment": "A.12. Adding to a Non-existent Target",
178178
"doc": {
179179
"foo": "bar"
180180
},
181181
"patch": [
182182
{ "op": "add", "path": "/baz/bat", "value": "qux" }
183183
],
184-
"error": "add to a non-existant target"
184+
"error": "add to a non-existent target"
185185
},
186186

187187
{

0 commit comments

Comments
 (0)