Skip to content

Commit 2fc8ac3

Browse files
committed
Merge pull request #155 from apollostack/fix-minor-typos
Fixed tiny typo in section 5
2 parents 5471c73 + c4c709e commit 2fc8ac3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Total request validation on the server-side during execution is optional. As
1212
schemas and systems change over time existing clients may end up emitting
1313
queries that are no longer valid given the current type system. Servers
1414
(as described in the Execution section of this spec) attempt to satisfy as
15-
much as the request as possible and continue to execute in the presence
15+
much of the request as possible and continue to execute in the presence
1616
of type system errors rather than cease execution completely.
1717

1818
For this section of this schema, we will assume the following type system

0 commit comments

Comments
 (0)