Skip to content

Commit 69cd302

Browse files
committed
Fix one resolvable pluralization
1 parent e503ac4 commit 69cd302

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 7 -- Response.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ When a GraphQL service receives a _request_, it must return a well-formed
44
response. The service's response describes the result of executing the requested
55
operation if successful, and describes any errors raised during the request.
66

7-
A response may contain both a partial response as well as a list of all _field
8-
error_ in the case that any field error was raised on a field and was replaced
9-
with {null}.
7+
A response may contain both a partial response as well as a list of errors in
8+
the case that any _field error_ was raised on a field and was replaced with
9+
{null}.
1010

1111
## Response Format
1212

0 commit comments

Comments
 (0)