Skip to content

Commit f0f1176

Browse files
authored
Merge pull request #306 from vpoulailleau/patch-1
typo in authorization.rst
2 parents 2600f0f + 00b5a17 commit f0f1176

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/authorization.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ This is easy, simply use the ``only_fields`` meta attribute.
3434
only_fields = ('title', 'content')
3535
interfaces = (relay.Node, )
3636
37-
conversely you can use ``exclude_fields`` meta atrribute.
37+
conversely you can use ``exclude_fields`` meta attribute.
3838

3939
.. code:: python
4040

0 commit comments

Comments
 (0)