From b467fdba66e72508a959fc287863acbfa3ca473a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9mie=20Astori?= Date: Fri, 30 Sep 2016 04:01:08 -0400 Subject: [PATCH] Fix typo in introspection doc --- site/learn/Learn-Introspection.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/learn/Learn-Introspection.md b/site/learn/Learn-Introspection.md index 1913d9e7ec..fcb6dd24c9 100644 --- a/site/learn/Learn-Introspection.md +++ b/site/learn/Learn-Introspection.md @@ -50,7 +50,7 @@ __Directive** - These all are preceded with a double underscore, indicating that they are part of the introspection system. Now, let's try and figure out a good place to start exploring what queries are -available. When we designed out type system, we specified what type all queries +available. When we designed our type system, we specified what type all queries would start at; let's ask the introspection system about that! ```graphql