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/