Skip to content

Commit b835941

Browse files
NTARelixbbakerman
authored andcommitted
Fix typo in execution.rst
1 parent 3b4957b commit b835941

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/execution.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ A common way to do that is use a JSON serialisation library like Jackson or GSON
170170
data result is particular to them. For example `nulls` are important in graphql results and hence you must set up the json mappers
171171
to include them.
172172
173-
To ensure you get a JSON result that confirms 100% to the graphql spec, you should call `toSpecification` on the result and then
173+
To ensure you get a JSON result that conforms 100% to the graphql spec, you should call `toSpecification` on the result and then
174174
send that back as JSON.
175175
176176
This will ensure that the result follows the specification outlined in http://facebook.github.io/graphql/#sec-Response

0 commit comments

Comments
 (0)