Skip to content

Commit d20262b

Browse files
committed
Fix a typo. "Types much match" -> "Types must match"
1 parent d8a52f1 commit d20262b

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
@@ -1118,7 +1118,7 @@ query houseTrainedQuery($atOtherHomes: Boolean! = true) {
11181118
```
11191119

11201120
Default values must be compatible with the types of variables.
1121-
Types much match or they must be coercible to the type.
1121+
Types must match or they must be coercible to the type.
11221122

11231123
Non-matching types fail, such as in the following example:
11241124

0 commit comments

Comments
 (0)