We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4dfec2 commit 4763b50Copy full SHA for 4763b50
docs/nonce.rst
@@ -60,7 +60,7 @@ above script being allowed.
60
61
It is always safe to test ``request.csp_nonce``, such as
62
``bool(request.csp_nonce)`` or in a conditional like ``if request.csp_nonce:
63
- ...``. This will return ``True`` if the nonce was ccessed and generated, and
+ ...``. This will return ``True`` if the nonce was accessed and generated, and
64
``False`` if not acccesed or generated yet.
65
66
0 commit comments