Skip to content

Commit 1f11a6b

Browse files
committed
Add clarity
1 parent 11f33ba commit 1f11a6b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

spec/Section 6 -- Execution.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,11 +93,11 @@ they should be reported in the list of "errors" in the response and the request
9393
must fail without execution.
9494

9595
Typically validation is performed in the context of a request immediately before
96-
processing, however a GraphQL service may process a request without immediately
97-
validating the document if that exact same document is known to have been
98-
validated before. A GraphQL service should only execute operations which _at
99-
some point_ were known to be free of any validation errors, and have since not
100-
changed.
96+
calling {Request()}, however a GraphQL service may process a request without
97+
immediately validating the document if that exact same document is known to have
98+
been validated before. A GraphQL service should only execute operations which
99+
_at some point_ were known to be free of any validation errors, and have since
100+
not changed.
101101

102102
For example: the document may be validated during development, provided it does
103103
not later change, or a service may validate a document once and memoize the

0 commit comments

Comments
 (0)