Skip to content

Commit c5684b2

Browse files
authored
Merge pull request #324 from marktani/patch-1
fix small typo
2 parents 8ce457b + ae50abb commit c5684b2

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
@@ -275,7 +275,7 @@ ExecuteSubscriptionEvent(subscription, schema, variableValues, initialValue):
275275
* Return an unordered map containing {data} and {errors}.
276276

277277
Note: The {ExecuteSubscriptionEvent()} algorithm is intentionally similar to
278-
{ExecuteQuery()} since this is how the each event result is produced.
278+
{ExecuteQuery()} since this is how each event result is produced.
279279

280280
#### Unsubscribe
281281

0 commit comments

Comments
 (0)