Skip to content

Commit c866f80

Browse files
committed
Fix typo
1 parent 7c03988 commit c866f80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ type Droid : Character {
167167

168168
One question we might ask, though, is whether any of those fields can return
169169
`null`. By default, `null` is a permitted value for any type in GraphQL,
170-
since fetching data to fulfull a GraphQL query often requires talking
170+
since fetching data to fulfill a GraphQL query often requires talking
171171
to different services that may or may not be available. However, if the
172172
type system can guarantee that a type is never null, then we can mark
173173
it as Non Null in the type system. We indicate that in our shorthand

0 commit comments

Comments
 (0)