Skip to content

Commit 6d0b83e

Browse files
iamaldiIvanGoncharov
authored andcommitted
Update README.md
A minor typo.
1 parent 1be411f commit 6d0b83e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -841,8 +841,8 @@ and we get back:
841841
And that matches what we said in the type system section, that
842842
the `Query` type is where we will start! Note that the naming here
843843
was just by convention; we could have named our `Query` type anything
844-
else, and it still would have been returned here had we specified it
845-
was the starting type for queries. Naming it `Query`, though, is a useful
844+
else, and it still would have been returned here if we had specified it
845+
as the starting type for queries. Naming it `Query`, though, is a useful
846846
convention.
847847

848848
It is often useful to examine one specific type. Let's take a look at

0 commit comments

Comments
 (0)