Skip to content

Commit 153b96a

Browse files
committed
fix typos
1 parent 30bc97f commit 153b96a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

spec/Appendix E -- Examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ The _incremental stream_ might look like:
126126
The _initial execution result_ contains the results of the `firstName` field.
127127
Even though it is also present in the `HomeWorldFragment`, it must be returned
128128
in the initial response because it is also defined outside of any fragments with
129-
the `@defer` directive. Additionally, There are two _pending result_ indicating
129+
the `@defer` directive. Additionally, there are two _pending result_ indicating
130130
that results for both `@defer`s in the query will be delivered in the execution
131131
update results.
132132

spec/Section 7 -- Response.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ discouraged.
389389
### Extensions
390390

391391
The {"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
393393
map as its value. This entry is reserved for implementers to extend the protocol
394394
however they see fit, and hence there are no additional restrictions on its
395395
contents.
@@ -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

452452
An _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
462462
additional list items for a list field with a `@stream` directive. The
463463
_associated pending result_ for this _incremental list result_ must be
464464
associated with a `@stream` directive.
@@ -478,7 +478,7 @@ list of the same type of the response field at this _response position_.
478478

479479
If 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
482482
considered failed and should not be included in the _incremental stream_. The
483483
errors 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
494494
additional response fields that were contained in one or more fragments with a
495495
`@defer` directive. The _associated pending result_ for this _incremental object
496496
result_ must be associated with a `@defer` directive.
497497

498498
**Incremental Object Result Format**
499499

500500
The _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
502502
determined by concatenating the value of the _associated pending result_'s
503503
{"path"} entry with the value of this {"subPath"} entry. If no {"subPath"} entry
504504
is present, the _response position_ is the value of the associated pending
@@ -516,7 +516,7 @@ object result's _response position_.
516516

517517
If 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
520520
is considered failed and should not be included in the incremental stream. The
521521
errors that caused this failure will be included in a _completed result_.
522522

0 commit comments

Comments
 (0)