From 3dfa7ebdf576d14ffdb1344281cb623481f1b20e Mon Sep 17 00:00:00 2001 From: Aldi Date: Wed, 17 May 2017 21:58:45 +0300 Subject: [PATCH] Update README.md A minor typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1af66afb..5d14e3798 100644 --- a/README.md +++ b/README.md @@ -841,8 +841,8 @@ and we get back: 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 here if we had specified it +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