Skip to content

Commit

Permalink
Removes extra curly braces in example responses.
Browse files Browse the repository at this point in the history
  • Loading branch information
jfinkels committed Apr 27, 2016
1 parent 4538e1a commit 7a13984
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/creating.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ yields the response
},
"id": "1",
"jsonapi": {
{"version": "1.0"}
"version": "1.0"
},
"links": {
"self": "http://example.com/api/person/bd34b544-ad39-11e5-a2aa-4cbb58b9ee34"
Expand Down Expand Up @@ -105,7 +105,7 @@ yields the response
},
"meta": {},
"jsonapi": {
{"version": "1.0"}
"version": "1.0"
},
"type": "person"
}
Expand Down

0 comments on commit 7a13984

Please sign in to comment.