From 1fd4e1b4818cd3f22e64cbdec818ff695cdd2990 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Mon, 27 Jul 2020 06:22:01 +0200 Subject: [PATCH] chore(docs): fix typo in tutorial (#1274) --- .../03-tutorial/02-chapter-1-setup-and-first-query.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/010-getting-started/03-tutorial/02-chapter-1-setup-and-first-query.mdx b/website/content/010-getting-started/03-tutorial/02-chapter-1-setup-and-first-query.mdx index c0b5802d4..a8e307024 100644 --- a/website/content/010-getting-started/03-tutorial/02-chapter-1-setup-and-first-query.mdx +++ b/website/content/010-getting-started/03-tutorial/02-chapter-1-setup-and-first-query.mdx @@ -83,7 +83,7 @@ Open it up, what do you see? It should be an instance of [GraphQL Playground](ht This is a graphical user interface for interacting with GraphQL APIs. If you prefer you can run a [standalone](https://www.electronjs.org/apps/graphql-playground) version as an app on your machine, or another GraphQL GUI entirely. Nexus ships with one out of the box for your convenience. -Take a look at the right-hand side SCHEMA tab. There you'll see a default schema that Nexus has provided for you. This, along with the warning you say before, will go away once you begin your own schema. +Take a look at the right-hand side SCHEMA tab. There you'll see a default schema that Nexus has provided for you. This, along with the warning you saw before, will go away once you begin your own schema. Note that Nexus will serve GraphQL requests on this same path. Only client `GET` requests with the `accept: text/html` header will get back the Playground response.