Skip to content

Commit ae1bab6

Browse files
authored
Fix typo in Handling Field Errors (#876)
1 parent fdeb37d commit ae1bab6

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
@@ -763,7 +763,7 @@ field.
763763
Since `Non-Null` type fields cannot be {null}, field errors are propagated to be
764764
handled by the parent field. If the parent field may be {null} then it resolves
765765
to {null}, otherwise if it is a `Non-Null` type, the field error is further
766-
propagated to it's parent field.
766+
propagated to its parent field.
767767

768768
If a `List` type wraps a `Non-Null` type, and one of the elements of that list
769769
resolves to {null}, then the entire list must resolve to {null}.

0 commit comments

Comments
 (0)