From 00b5a176d3e591cb5f007a30e8f43e0654b3f62a Mon Sep 17 00:00:00 2001 From: Vincent Poulailleau Date: Mon, 30 Oct 2017 09:54:09 +0100 Subject: [PATCH] typo in authorization.rst fix a small typo error in the documentation --- docs/authorization.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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