fixes minor typo in docs index (#969)

This commit is contained in:
Chris Hart 2020-05-22 06:12:27 -04:00 committed by GitHub
parent d07642afe6
commit b1f6d41209
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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. 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 <https://docs.graphene-python.org/en/latest/>`__ to familiarize yourself with the basic utilities. It is worth reading the `core graphene docs <https://docs.graphene-python.org/en/latest/>`__ 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. If you want to expose your data through GraphQL - read the ``Installation``, ``Schema`` and ``Queries`` section.