From 3db0d81839bd2fd7d4df928ce345cb4d1e1bc761 Mon Sep 17 00:00:00 2001 From: unicodeveloper Date: Fri, 12 Oct 2018 15:42:04 +0100 Subject: [PATCH] Update sentence --- docs/source/tutorial/schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/tutorial/schema.md b/docs/source/tutorial/schema.md index 58b5f95..26966ee 100644 --- a/docs/source/tutorial/schema.md +++ b/docs/source/tutorial/schema.md @@ -72,7 +72,7 @@ We'll use these features to derive the form of queries and mutations our schema An id is passed to the launch query and the details of the 2nd launch is returned. It could be the first or third or any number specified in the query. -From the **third feature**, we start to deal with users. A query for a signed in user come to mind here and that would look like: +From the **third feature**, we start to deal with users. A query for a signed in user comes to mind here and that would look like: ```js {