From 1304183893f3c31d09cabcc5cbd845bf1189cbaf Mon Sep 17 00:00:00 2001 From: Radoslav Georgiev Date: Sun, 12 Feb 2017 16:48:48 +0200 Subject: [PATCH] Spellcheck `tutorial-plain.rst` --- docs/tutorial-plain.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial-plain.rst b/docs/tutorial-plain.rst index 6653b52..2a76a25 100644 --- a/docs/tutorial-plain.rst +++ b/docs/tutorial-plain.rst @@ -218,7 +218,7 @@ accessed. Requests to this URL are handled by Graphene's ``GraphQLView`` view. This view will serve as GraphQL endpoint. As we want to have the -aforementioned GraphiQL we specify that on the params with ``graphiql=True``. +aforementioned GraphiQL we specify that on the parameters with ``graphiql=True``. .. code:: python @@ -308,7 +308,7 @@ If you are using the provided fixtures, you will see the following response: You can experiment with ``allCategories`` too. -Something to have in mind is the `auto camelcasing `__ that is happeing. +Something to have in mind is the `auto camelcasing `__ that is happening. Getting relations