Skip to content

Commit 1b2dc90

Browse files
authored
Fix typo in blacklist_app.rst
`TokenBlackListView` -> `TokenBlacklistView`
1 parent cd4ea99 commit 1b2dc90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/blacklist_app.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ subclass instance and calling the instance's ``blacklist`` method:
4646
This will create unique outstanding token and blacklist records for the token's
4747
"jti" claim or whichever claim is specified by the ``JTI_CLAIM`` setting.
4848

49-
In a ``urls.py`` file, you can also include a route for ``TokenBlackListView``:
49+
In a ``urls.py`` file, you can also include a route for ``TokenBlacklistView``:
5050

5151
.. code-block:: python
5252

0 commit comments

Comments
 (0)