Skip to content

Commit

Permalink
docs: fix simple typo, outputing -> outputting (#1077)
Browse files Browse the repository at this point in the history
There is a small typo in docs/debug.rst.

Should read `outputting` rather than `outputing`.
  • Loading branch information
timgates42 authored Dec 29, 2020
1 parent dab6080 commit e559a42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/debug.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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::
Expand Down

0 comments on commit e559a42

Please sign in to comment.