Skip to content

Commit 6dc399d

Browse files
cbscsmAndrew-Chen-Wang
authored andcommitted
Fix typo in blacklist_app.rst
`TokenBlackListView` -> `TokenBlacklistView`
1 parent b11e1d0 commit 6dc399d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)