Typo in documentation (#975)

This commit is contained in:
Mike Bobadilla 2019-05-28 10:09:57 -07:00 committed by Eran Kampf
parent f73055f72b
commit 1fcdeaac65

View File

@ -197,7 +197,7 @@ previous example you could do:
Changing the name
-----------------
By default the type name in the GraphQL schema will the same as the class name
By default the type name in the GraphQL schema will be the same as the class name
that defines the ``ObjectType``. This can be changed by setting the ``name``
property on the ``Meta`` class: