Skip to content

Commit

Permalink
Add missing comma to error counter-example JSON (#421)
Browse files Browse the repository at this point in the history
  • Loading branch information
msakrejda authored and leebyron committed Apr 6, 2018
1 parent 3a33b47 commit 2b2467a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 7 -- Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ still discouraged.
{
"message": "Name for character with ID 1002 could not be fetched.",
"locations": [ { "line": 6, "column": 7 } ],
"path": [ "hero", "heroFriends", 1, "name" ]
"path": [ "hero", "heroFriends", 1, "name" ],
"code": "CAN_NOT_FETCH_BY_ID",
"timestamp": "Fri Feb 9 14:33:09 UTC 2018"
}
Expand Down

0 comments on commit 2b2467a

Please sign in to comment.