typo in authorization.rst

fix a small typo error in the documentation
This commit is contained in:
Vincent Poulailleau 2017-10-30 09:54:09 +01:00 committed by GitHub
parent 2600f0f041
commit 00b5a176d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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