We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd4ea99 commit 1b2dc90Copy full SHA for 1b2dc90
1 file changed
docs/blacklist_app.rst
@@ -46,7 +46,7 @@ subclass instance and calling the instance's ``blacklist`` method:
46
This will create unique outstanding token and blacklist records for the token's
47
"jti" claim or whichever claim is specified by the ``JTI_CLAIM`` setting.
48
49
-In a ``urls.py`` file, you can also include a route for ``TokenBlackListView``:
+In a ``urls.py`` file, you can also include a route for ``TokenBlacklistView``:
50
51
.. code-block:: python
52
0 commit comments