diff --git a/docs/authorization.rst b/docs/authorization.rst index 1e2ec81..707dbf6 100644 --- a/docs/authorization.rst +++ b/docs/authorization.rst @@ -34,7 +34,7 @@ This is easy, simply use the ``only_fields`` meta attribute. only_fields = ('title', 'content') interfaces = (relay.Node, ) -conversely you can use ``exclude_fields`` meta atrribute. +conversely you can use ``exclude_fields`` meta attribute. .. code:: python