Merge pull request #306 from vpoulailleau/patch-1

typo in authorization.rst
This commit is contained in:
Syrus Akbary 2017-11-12 10:25:24 -08:00 committed by GitHub
commit f0f117663c
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