Skip to content

Commit 2f87dd1

Browse files
committed
fixing format errors
1 parent f088ea8 commit 2f87dd1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,8 +224,8 @@ must receive no more events from that event stream.
224224

225225
**Supporting Subscriptions at Scale**
226226

227-
Query and mutation operations are stateless, allowing scaling via cloning
228-
of GraphQL service instances. Subscriptions, by contrast, are stateful and require
227+
Query and mutation operations are stateless, allowing scaling via cloning of
228+
GraphQL service instances. Subscriptions, by contrast, are stateful and require
229229
maintaining the GraphQL document, variables, and other context over the lifetime
230230
of the subscription.
231231

0 commit comments

Comments
 (0)