Skip to content

Commit 9965d8a

Browse files
authored
Spelling fix
1 parent c1c6345 commit 9965d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 5 -- Validation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ fragment conflictingDifferingResponses on Pet {
571571

572572
The same is true if a field is designated `Non-Nullable` in an operation. In this
573573
case, `someValue` could be either a `String` or a `String!` which are two different
574-
types and therefor can not be merged:
574+
types and therefore can not be merged:
575575

576576
```graphql counter-example
577577
fragment conflictingDifferingResponses on Pet {

0 commit comments

Comments
 (0)