Skip to content

Commit 69c2368

Browse files
committed
Merge pull request #1 from devknoll/patch-1
Fix minor typo
2 parents c216bd4 + 836caa6 commit 69c2368

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section 3 -- Type System.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ value and only yield the integer value. If the server encountered a boolean
9191
`true` value, it should return `1`. If the server encountered a string, it may
9292
attempt to parse the string for a base-10 integer value. If the server
9393
encounters some value that cannot be reasonably coerced to an `Int`, then it
94-
must raise an field error.
94+
must raise a field error.
9595

9696
Since this coercion behavior is not observable to clients of the GraphQL server,
9797
the precise rules of coercion are left to the implementation. The only

0 commit comments

Comments
 (0)