mirror of
https://github.com/graphql-python/graphene-django.git
synced 2025-07-01 19:03:18 +03:00
More typo fixes
This commit is contained in:
parent
722daf1fa9
commit
34e61c6fce
|
@ -6,7 +6,7 @@ Graphene-Django can be customised using settings. This page explains each settin
|
||||||
Usage
|
Usage
|
||||||
-----
|
-----
|
||||||
|
|
||||||
Add settings to your Django project by creating a Dictonary with name ``GRAPHENE`` in the project's ``settings.py``:
|
Add settings to your Django project by creating a Dictionary with name ``GRAPHENE`` in the project's ``settings.py``:
|
||||||
|
|
||||||
.. code:: python
|
.. code:: python
|
||||||
|
|
||||||
|
|
|
@ -231,7 +231,7 @@
|
||||||
"fields": {
|
"fields": {
|
||||||
"category": 3,
|
"category": 3,
|
||||||
"name": "Newt",
|
"name": "Newt",
|
||||||
"notes": "Braised and Confuesd"
|
"notes": "Braised and Confused"
|
||||||
},
|
},
|
||||||
"model": "ingredients.ingredient",
|
"model": "ingredients.ingredient",
|
||||||
"pk": 5
|
"pk": 5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user