@@ -389,7 +389,7 @@ discouraged.
389389### Extensions
390390
391391The {"extensions"} entry in an _ execution result_ , _ request error result_ ,
392- _ initial execution result_ , or a _ execution update result_ , if set, must have a
392+ _ initial execution result_ , or an _ execution update result_ , if set, must have a
393393map as its value. This entry is reserved for implementers to extend the protocol
394394however they see fit, and hence there are no additional restrictions on its
395395contents.
@@ -446,7 +446,7 @@ completed result.
446446### Incremental Result
447447
448448:: The _ incremental result_ is used to deliver data that the GraphQL service has
449- chosen to incrementally deliver. An incremental result may be ether an
449+ chosen to incrementally deliver. An incremental result may be either an
450450_ incremental list result_ or an _ incremental object result_ .
451451
452452An _ incremental result_ must be a map.
@@ -458,7 +458,7 @@ _incremental result_.
458458
459459#### Incremental List Result
460460
461- :: An _ incremental list result_ is a _ incremental result_ used to deliver
461+ :: An _ incremental list result_ is an _ incremental result_ used to deliver
462462additional list items for a list field with a ` @stream ` directive. The
463463_ associated pending result_ for this _ incremental list result_ must be
464464associated with a ` @stream ` directive.
@@ -478,7 +478,7 @@ list of the same type of the response field at this _response position_.
478478
479479If any _ execution error_ were raised during the execution of the results in
480480{"items"} and these errors propagate to a _ response position_ higher than the
481- _ incremental list result_ 's response position, The incremental list result is
481+ _ incremental list result_ 's response position, the incremental list result is
482482considered failed and should not be included in the _ incremental stream_ . The
483483errors that caused this failure will be included in a _ completed result_ .
484484
@@ -490,15 +490,15 @@ entry is described in the "Errors" section.
490490
491491#### Incremental Object Result
492492
493- :: An _ incremental object result_ is a _ incremental result_ used to deliver
493+ :: An _ incremental object result_ is an _ incremental result_ used to deliver
494494additional response fields that were contained in one or more fragments with a
495495` @defer ` directive. The _ associated pending result_ for this _ incremental object
496496result_ must be associated with a ` @defer ` directive.
497497
498498** Incremental Object Result Format**
499499
500500The _ incremental object result_ may contain a {"subPath"} entry. If this entry
501- is present, The incremental object result's _ response position_ can be
501+ is present, the incremental object result's _ response position_ can be
502502determined by concatenating the value of the _ associated pending result_ 's
503503{"path"} entry with the value of this {"subPath"} entry. If no {"subPath"} entry
504504is present, the _ response position_ is the value of the associated pending
@@ -516,7 +516,7 @@ object result's _response position_.
516516
517517If any _ execution error_ were raised during the execution of the results in
518518{"data"} and these errors propagated to a _ response position_ higher than the
519- _ incremental object result_ 's response position, The incremental object result
519+ _ incremental object result_ 's response position, the incremental object result
520520is considered failed and should not be included in the incremental stream. The
521521errors that caused this failure will be included in a _ completed result_ .
522522
0 commit comments