diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index d3ac7847b..0e323d42e 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -236,12 +236,12 @@ connectivity. **Delivery Agnostic** GraphQL subscriptions do not require any specific serialization format or -transport mechanism. Subscriptions specifies algorithms for the creation of a -stream, the content of each payload on that stream, and the closing of that -stream. There are intentionally no specifications for message acknowledgement, -buffering, resend requests, or any other quality of service (QoS) details. -Message serialization, transport mechanisms, and quality of service details -should be chosen by the implementing service. +transport mechanism. GraphQL specifies algorithms for the creation of the +response stream, the content of each payload on that stream, and the closing of +that stream. There are intentionally no specifications for message +acknowledgement, buffering, resend requests, or any other quality of service +(QoS) details. Message serialization, transport mechanisms, and quality of +service details should be chosen by the implementing service. #### Source Stream