Skip to content

Commit 8606033

Browse files
committed
Clarity
1 parent bc5618c commit 8606033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ provide a query root operation type. If mutations or subscriptions are
152152
supported, it must also provide a mutation or subscription root operation type,
153153
respectively.
154154

155-
:: The result of a GraphQL request is produced through _operation execution_.
155+
:: The result of a GraphQL operation is produced through _operation execution_.
156156
Operation execution begins when the execution algorithm for the operation type
157157
is invoked: {ExecuteQuery()} for query operations, {ExecuteMutation()} for
158158
mutation operations, and {Subscribe()} for subscription operations.

0 commit comments

Comments
 (0)