Skip to content

Commit

Permalink
Merge pull request #11 from therefromhere/patch-1
Browse files Browse the repository at this point in the history
Fix typo of decorator name
  • Loading branch information
hirokiky committed Feb 13, 2019
2 parents cd02f0a + d933a45 commit 7f67cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ and if the callable returns ``True``, Basic Auth will be required.
Applying decorator to CBVs
==========================

To apply ``@basic_auth_requried`` decorator to Class Based Views,
To apply ``@basic_auth_required`` decorator to Class Based Views,
use ``django.utils.decorators.method_decorator``.

.. code-block:: python
Expand Down

0 comments on commit 7f67cc0

Please sign in to comment.