Skip to content

Commit a935dd0

Browse files
committed
Merge pull request #25 from Agrosis/master
fix punctuation and more clear word usage
2 parents 0e41872 + dafe6a7 commit a935dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# Execution
22

3-
This section describes how GraphQL generates a response from a request
3+
This section describes how GraphQL generates a response from a request.
44

55
## Evaluating requests
66

7-
To evaluate a request, the executor will have a parsed `Document` (as defined
7+
To evaluate a request, the executor must have a parsed `Document` (as defined
88
in the “Query Language” part of this spec) and a selected operation name to
99
run.
1010

0 commit comments

Comments
 (0)