We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f027834 commit aa800c8Copy full SHA for aa800c8
docs/settings.rst
@@ -6,7 +6,7 @@ Graphene-Django can be customised using settings. This page explains each settin
6
Usage
7
-----
8
9
-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``:
10
11
.. code:: python
12
examples/cookbook/dummy_data.json
@@ -231,7 +231,7 @@
231
"fields": {
232
"category": 3,
233
"name": "Newt",
234
- "notes": "Braised and Confuesd"
+ "notes": "Braised and Confused"
235
},
236
"model": "ingredients.ingredient",
237
"pk": 5
0 commit comments