Skip to content

Commit 9225b13

Browse files
committed
Fix typo
corrected 'out' to 'our', since we have been referring to it as 'our type system' like in line 833.
1 parent 2ac0f76 commit 9225b13

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
@@ -838,7 +838,7 @@ __Directive** - These all are preceded with a double underscore, indicating
838838
that they are part of the introspection system.
839839

840840
Now, let's try and figure out a good place to start exploring what queries are
841-
available. When we designed out type system, we specified what type all queries
841+
available. When we designed our type system, we specified what type all queries
842842
would start at; let's ask the introspection system about that!
843843

844844
```

0 commit comments

Comments
 (0)