We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4957b commit b835941Copy full SHA for b835941
1 file changed
docs/execution.rst
@@ -170,7 +170,7 @@ A common way to do that is use a JSON serialisation library like Jackson or GSON
170
data result is particular to them. For example `nulls` are important in graphql results and hence you must set up the json mappers
171
to include them.
172
173
-To ensure you get a JSON result that confirms 100% to the graphql spec, you should call `toSpecification` on the result and then
+To ensure you get a JSON result that conforms 100% to the graphql spec, you should call `toSpecification` on the result and then
174
send that back as JSON.
175
176
This will ensure that the result follows the specification outlined in http://facebook.github.io/graphql/#sec-Response
0 commit comments