From 57157ab7f49d82ff9a6887afe12cf9b789cb0515 Mon Sep 17 00:00:00 2001 From: Danilo Herrera Date: Mon, 8 Jul 2019 22:21:50 +0100 Subject: [PATCH] Fix typo (#1028) --- docs/quickstart.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index be2a1c82..fa012971 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 feilds 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 show below. .. _GraphQL Schema Definition Language: https://graphql.org/learn/schema/