Skip to content

Commit 15a6c11

Browse files
committed
format
1 parent 94ad176 commit 15a6c11

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ GetOperation(document, operationName):
6666
### Validating Requests
6767

6868
As explained in the Validation section, only requests which pass all validation
69-
rules should be processed. If validation errors are known, they should be reported
70-
in the list of "errors" in the response and the request must fail without
71-
processing.
69+
rules should be processed. If validation errors are known, they should be
70+
reported in the list of "errors" in the response and the request must fail
71+
without processing.
7272

7373
Typically validation is performed in the context of a request immediately before
7474
processing, however a GraphQL service may process a request without immediately

0 commit comments

Comments
 (0)