Skip to content

Commit aa800c8

Browse files
More typo fixes
1 parent f027834 commit aa800c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/settings.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Graphene-Django can be customised using settings. This page explains each settin
66
Usage
77
-----
88

9-
Add settings to your Django project by creating a Dictonary with name ``GRAPHENE`` in the project's ``settings.py``:
9+
Add settings to your Django project by creating a Dictionary with name ``GRAPHENE`` in the project's ``settings.py``:
1010

1111
.. code:: python
1212

examples/cookbook/dummy_data.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231
"fields": {
232232
"category": 3,
233233
"name": "Newt",
234-
"notes": "Braised and Confuesd"
234+
"notes": "Braised and Confused"
235235
},
236236
"model": "ingredients.ingredient",
237237
"pk": 5

0 commit comments

Comments
 (0)