From f684e0d5b408f5ff3a7f7fe3caabaf918d991ac4 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 25 Dec 2020 14:54:45 +1100 Subject: [PATCH] docs: fix simple typo, outputing -> outputting There is a small typo in docs/debug.rst. Should read `outputting` rather than `outputing`. --- docs/debug.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/debug.rst b/docs/debug.rst index d1cbb21..2286519 100644 --- a/docs/debug.rst +++ b/docs/debug.rst @@ -3,7 +3,7 @@ Django Debug Middleware You can debug your GraphQL queries in a similar way to `django-debug-toolbar `__, -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::