Skip to content

Commit 466f5db

Browse files
authored
Fix typo (#225)
1 parent d5315a8 commit 466f5db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/GraphQLOverHTTP.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -585,7 +585,7 @@ result in status code `400` (Bad Request).
585585

586586
##### Document parsing failure
587587

588-
For example a POST response body of `{"query": "{"}`.
588+
For example a POST request body of `{"query": "{"}`.
589589

590590
Requests where the _GraphQL document_ cannot be parsed should result in status
591591
code `400` (Bad Request).

0 commit comments

Comments
 (0)