Skip to content

Commit e559a42

Browse files
authored
docs: fix simple typo, outputing -> outputting (#1077)
There is a small typo in docs/debug.rst. Should read `outputting` rather than `outputing`.
1 parent dab6080 commit e559a42

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/debug.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Django Debug Middleware
33

44
You can debug your GraphQL queries in a similar way to
55
`django-debug-toolbar <https://django-debug-toolbar.readthedocs.org/>`__,
6-
but outputing in the results in GraphQL response as fields, instead of
6+
but outputting in the results in GraphQL response as fields, instead of
77
the graphical HTML interface.
88

99
For that, you will need to add the plugin in your graphene schema.
@@ -43,7 +43,7 @@ And in your ``settings.py``:
4343
Querying
4444
--------
4545

46-
You can query it for outputing all the sql transactions that happened in
46+
You can query it for outputting all the sql transactions that happened in
4747
the GraphQL request, like:
4848

4949
.. code::

0 commit comments

Comments
 (0)