Skip to content

Commit f9f5e2f

Browse files
committed
Spelling fix
1 parent 0fbd456 commit f9f5e2f

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
@@ -566,7 +566,7 @@ fragment conflictingDifferingResponses on Pet {
566566

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

571571
```graphql counter-example
572572
fragment conflictingDifferingResponses on Pet {

0 commit comments

Comments
 (0)