Skip to content

Commit 164454f

Browse files
committed
avoid future tense
1 parent cc4be9d commit 164454f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

spec/Section 7 -- Response.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ A GraphQL request returns either a _response_ or a _response stream_.
1414

1515
### Response
1616

17-
:: A GraphQL request will return a _response_ when the GraphQL operation is a
18-
query or mutation. A _response_ must be a map.
17+
:: A GraphQL request returns a _response_ when the GraphQL operation is a query
18+
or mutation. A _response_ must be a map.
1919

2020
If the request raised any errors, the response map must contain an entry with
2121
key `errors`. The value of this entry is described in the "Errors" section. If
@@ -42,8 +42,8 @@ response during debugging.
4242

4343
### Response Stream
4444

45-
:: A GraphQL request will return a _response stream_ when the GraphQL operation
46-
is a subscription. A _response stream_ must be a stream of _response_.
45+
:: A GraphQL request returns a _response stream_ when the GraphQL operation is a
46+
subscription. A _response stream_ must be a stream of _response_.
4747

4848
### Data
4949

0 commit comments

Comments
 (0)