Skip to content

Commit 5a93620

Browse files
committed
format
1 parent 2a9f82f commit 5a93620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ A GraphQL service generates a response from a request via execution.
1616
data available via a GraphQL Service. It is common for a GraphQL Service to
1717
always use the same initial value for every request.
1818

19-
As this specification evolves, new information may be added. Implementation
20-
must ignore any value they do not recognize.
19+
As this specification evolves, new information may be added. Implementation must
20+
ignore any value they do not recognize.
2121

2222
Given this information, the result of {ExecuteRequest(schema, document,
2323
operationName, variableValues, initialValue)} produces the response, to be

0 commit comments

Comments
 (0)