From 2fdebfc705403f1bdeea3fdf03e02b9dc1482782 Mon Sep 17 00:00:00 2001 From: dbgb <1745377+dbgb@users.noreply.github.com> Date: Thu, 28 May 2020 13:24:53 +0100 Subject: [PATCH] Fix typo in quickstart document MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Just a quick typo fix 👍 --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index d2ac83be..62d11949 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -103,7 +103,7 @@ For each **Field** in our **Schema**, we write a **Resolver** method to fetch da Schema Definition Language (SDL) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -In the `GraphQL Schema Definition Language`_, we could describe the fields defined by our example code as show below. +In the `GraphQL Schema Definition Language`_, we could describe the fields defined by our example code as shown below. .. _GraphQL Schema Definition Language: https://graphql.org/learn/schema/