From d3e4728097bb39fe094eb2137b293fb90ac2a7af Mon Sep 17 00:00:00 2001 From: David Svetlecic Date: Fri, 22 Feb 2019 19:35:25 -0600 Subject: [PATCH] here had we specified it was it here had we specified that as --- site/learn/Learn-Introspection.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/learn/Learn-Introspection.md b/site/learn/Learn-Introspection.md index 976b45dc4a..bf5f9b7cdb 100644 --- a/site/learn/Learn-Introspection.md +++ b/site/learn/Learn-Introspection.md @@ -67,8 +67,8 @@ would start at; let's ask the introspection system about that! And that matches what we said in the type system section, that the `Query` type is where we will start! Note that the naming here was just by convention; we could have named our `Query` type anything -else, and it still would have been returned here had we specified it -was the starting type for queries. Naming it `Query`, though, is a useful +else, and it still would have been returned it here had we specified that +as the starting type for queries. Naming it `Query`, though, is a useful convention. It is often useful to examine one specific type. Let's take a look at