From 77d6fa67808bba76f9ec0dcc76d9c66049e68e1d Mon Sep 17 00:00:00 2001 From: Chris Hart Date: Thu, 21 May 2020 18:45:27 -0400 Subject: [PATCH] fixes minor typo in docs index --- docs/index.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index f4f718c..be6065c 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -9,8 +9,8 @@ Graphene-Django provides some additional abstractions that make it easy to add G First time? We recommend you start with the installation guide to get set up and the basic tutorial. It is worth reading the `core graphene docs `__ to familiarize yourself with the basic utilities. -Core tenants ------------- +Core tenets +----------- If you want to expose your data through GraphQL - read the ``Installation``, ``Schema`` and ``Queries`` section.