Skip to content

Commit c5eed34

Browse files
committed
Typo
1 parent 03460ff commit c5eed34

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
@@ -387,9 +387,9 @@ If during {ExecuteSelectionSet()} a _response position_ with a non-null type
387387
raises a _runtime error_ then that error must propagate to the parent response
388388
position (the entire selection set in the case of a field, or the entire list in
389389
the case of a list position), either resolving to {null} if allowed or being
390-
further propagated to a parent _response position_.
390+
further propagated to a parent response position.
391391

392-
If this occurs, any sibling response position which have not yet executed or
392+
If this occurs, any sibling response positions which have not yet executed or
393393
have not yet yielded a value may be cancelled to avoid unnecessary work.
394394

395395
Note: See [Handling Runtime Errors](#sec-Handling-Runtime-Errors) for more about

0 commit comments

Comments
 (0)