Skip to content

Commit bffb620

Browse files
AnthonyMDevbenjie
andauthored
Fix consistency of examples (#332)
* Fix consistency of examples Fix the Document Validation Failure examples to match the wording of the other examples. * Update GraphQLOverHTTP.md * Update spec/GraphQLOverHTTP.md --------- Co-authored-by: Benjie <[email protected]>
1 parent cacd928 commit bffb620

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/GraphQLOverHTTP.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ code `200` (Okay).
600600

601601
##### Document validation failure
602602

603-
Requests that fail to pass _GraphQL validation_, the server SHOULD NOT execute
603+
If a request fails to pass _GraphQL validation_, the server SHOULD NOT execute
604604
the request and SHOULD return a status code of `200` (Okay).
605605

606606
##### Operation cannot be determined
@@ -722,8 +722,8 @@ code `400` (Bad Request).
722722

723723
##### Document validation failure
724724

725-
Requests that fail to pass _GraphQL validation_ SHOULD be denied execution with
726-
a status code of `400` (Bad Request).
725+
If a request fails _GraphQL validation_, the server SHOULD return a status code
726+
of `400` (Bad Request) without proceeding to GraphQL execution.
727727

728728
##### Operation cannot be determined
729729

0 commit comments

Comments
 (0)