Skip to content

Commit c4c709e

Browse files
author
Jonas Helfer
committed
Fixed another tiny typo in section 5
1 parent 2b9d28b commit c4c709e

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)