Skip to content

Commit 45ef87b

Browse files
astorijeSashko Stubailo
authored and
Sashko Stubailo
committed
Fix typo in introspection doc (graphql#149)
1 parent b18e2f9 commit 45ef87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/learn/Learn-Introspection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ __Directive** - These all are preceded with a double underscore, indicating
5050
that they are part of the introspection system.
5151

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

5656
```graphql

0 commit comments

Comments
 (0)