Skip to content

Commit 1304183

Browse files
author
Radoslav Georgiev
committed
Spellcheck tutorial-plain.rst
1 parent 61dd8c4 commit 1304183

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/tutorial-plain.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ accessed. Requests to this URL are handled by Graphene's ``GraphQLView``
218218
view.
219219

220220
This view will serve as GraphQL endpoint. As we want to have the
221-
aforementioned GraphiQL we specify that on the params with ``graphiql=True``.
221+
aforementioned GraphiQL we specify that on the parameters with ``graphiql=True``.
222222

223223
.. code:: python
224224
@@ -308,7 +308,7 @@ If you are using the provided fixtures, you will see the following response:
308308
309309
You can experiment with ``allCategories`` too.
310310

311-
Something to have in mind is the `auto camelcasing <http://docs.graphene-python.org/en/latest/types/schema/#auto-camelcase-field-names>`__ that is happeing.
311+
Something to have in mind is the `auto camelcasing <http://docs.graphene-python.org/en/latest/types/schema/#auto-camelcase-field-names>`__ that is happening.
312312

313313

314314
Getting relations

0 commit comments

Comments
 (0)