Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
A minor typo.
  • Loading branch information
iamaldi authored May 17, 2017
1 parent 6e66601 commit 3dfa7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3dfa7eb

Please sign in to comment.