More typo fixes

This commit is contained in:
lilac-supernova-2 2023-08-26 02:31:17 -04:00 committed by GitHub
parent 722daf1fa9
commit 34e61c6fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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