Skip to content

Commit 4763b50

Browse files
committed
Fix typo
1 parent f4dfec2 commit 4763b50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/nonce.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ above script being allowed.
6060

6161
It is always safe to test ``request.csp_nonce``, such as
6262
``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
63+
...``. This will return ``True`` if the nonce was accessed and generated, and
6464
``False`` if not acccesed or generated yet.
6565

6666

0 commit comments

Comments
 (0)