Skip to content

Commit 2b2467a

Browse files
msakrejdaleebyron
authored andcommitted
Add missing comma to error counter-example JSON (#421)
1 parent 3a33b47 commit 2b2467a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 7 -- Response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ still discouraged.
283283
{
284284
"message": "Name for character with ID 1002 could not be fetched.",
285285
"locations": [ { "line": 6, "column": 7 } ],
286-
"path": [ "hero", "heroFriends", 1, "name" ]
286+
"path": [ "hero", "heroFriends", 1, "name" ],
287287
"code": "CAN_NOT_FETCH_BY_ID",
288288
"timestamp": "Fri Feb 9 14:33:09 UTC 2018"
289289
}

0 commit comments

Comments
 (0)