docs: fix simple typo, outputing -> outputting

There is a small typo in docs/debug.rst.

Should read `outputting` rather than `outputing`.
This commit is contained in:
Tim Gates 2020-12-25 14:54:45 +11:00
parent 558288afce
commit f684e0d5b4
No known key found for this signature in database
GPG Key ID: AE3BE0D53823CF05

View File

@ -3,7 +3,7 @@ Django Debug Middleware
You can debug your GraphQL queries in a similar way to
`django-debug-toolbar <https://django-debug-toolbar.readthedocs.org/>`__,
but outputing in the results in GraphQL response as fields, instead of
but outputting in the results in GraphQL response as fields, instead of
the graphical HTML interface.
For that, you will need to add the plugin in your graphene schema.
@ -43,7 +43,7 @@ And in your ``settings.py``:
Querying
--------
You can query it for outputing all the sql transactions that happened in
You can query it for outputting all the sql transactions that happened in
the GraphQL request, like:
.. code::