diff --git a/docs/authorization.rst b/docs/authorization.rst index 31bfdcf..7fa5213 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 atrribute. .. code:: python