Skip to content

Commit 1884f41

Browse files
IvanGoncharovleebyron
authored andcommitted
Fix grammar (#514)
1 parent 4a70722 commit 1884f41

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

spec/Section 2 -- Language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -884,7 +884,7 @@ For example, these two field calls are similar, but are not identical:
884884
}
885885
```
886886

887-
The first has explictly provided {null} to the argument "arg", while the second
887+
The first has explicitly provided {null} to the argument "arg", while the second
888888
has implicitly not provided a value to the argument "arg". These two forms may
889889
be interpreted differently. For example, a mutation representing deleting a
890890
field vs not altering a field, respectively. Neither form may be used for an

spec/Section 3 -- Type System.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1457,10 +1457,10 @@ particular, if a non-list is returned, the coercion should fail, as this
14571457
indicates a mismatch in expectations between the type system and the
14581458
implementation.
14591459

1460-
If a list's item type is nullable, then errors occuring during preparation or
1460+
If a list's item type is nullable, then errors occurring during preparation or
14611461
coercion of an individual item in the list must result in a the value {null} at
14621462
that position in the list along with an error added to the response. If a list's
1463-
item type is non-null, an error occuring at an individual item in the list must
1463+
item type is non-null, an error occurring at an individual item in the list must
14641464
result in a field error for the entire list.
14651465

14661466
Note: For more information on the error handling process, see "Errors and
@@ -1524,7 +1524,7 @@ should be performed. If that result was not {null}, then the result of coercing
15241524
the Non-Null type is that result. If that result was {null}, then a field error
15251525
must be raised.
15261526

1527-
Note: When a field error is raised on a non-null value, the error propogates to
1527+
Note: When a field error is raised on a non-null value, the error propagates to
15281528
the parent field. For more information on this process, see
15291529
"Errors and Non-Nullability" within the Execution section.
15301530

0 commit comments

Comments
 (0)