Skip to content

Commit 4cbe2b0

Browse files
committed
Fixed typo in docs/ref/settings.txt.
1 parent 7cbcf2e commit 4cbe2b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/ref/settings.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ See :setting:`SESSION_COOKIE_SAMESITE` for details about ``SameSite``.
386386
Default: ``False``
387387

388388
Whether to use a secure cookie for the CSRF cookie. If this is set to ``True``,
389-
the cookie will be marked as "secure," which means browsers may ensure that the
389+
the cookie will be marked as "secure", which means browsers may ensure that the
390390
cookie is only sent with an HTTPS connection.
391391

392392
.. setting:: CSRF_USE_SESSIONS
@@ -3076,7 +3076,7 @@ Possible values for the setting are:
30763076
Default: ``False``
30773077

30783078
Whether to use a secure cookie for the session cookie. If this is set to
3079-
``True``, the cookie will be marked as "secure," which means browsers may
3079+
``True``, the cookie will be marked as "secure", which means browsers may
30803080
ensure that the cookie is only sent under an HTTPS connection.
30813081

30823082
Leaving this setting off isn't a good idea because an attacker could capture an

0 commit comments

Comments
 (0)