Skip to content

Commit 091e15f

Browse files
obozdagkenjis
andauthored
docs: Cookie options typos user_guide_src/source/libraries/cookies.rst
Cookie options typos user_guide_src/source/libraries/cookies.rst Co-authored-by: kenjis <[email protected]>
1 parent ef98a19 commit 091e15f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user_guide_src/source/libraries/cookies.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -254,8 +254,8 @@ Setting Options/Types Default Description
254254
**$expires** ``DateTimeInterface|string|int`` ``0`` The expires timestamp.
255255
**$path** ``string`` ``/`` The path property of the cookie.
256256
**$domain** ``string`` ``''`` The domain property of the cookie.with trailing slash.
257-
**$secure** ``true/false`` ``false`` If to be sent over secure HTTPS.
258-
**$httponly** ``true/false`` ``true`` If not accessible to JavaScript.
257+
**$secure** ``true``/``false`` ``false`` If to be sent over secure HTTPS.
258+
**$httponly** ``true``/``false`` ``true`` If not accessible to JavaScript.
259259
**$samesite** ``Lax``/``None``/``Strict`` ``Lax`` The SameSite attribute.
260260
**$raw** ``true``/``false`` ``false`` If to be dispatched using ``setrawcookie()``.
261261
==================== ===================================== ========= =====================================================

0 commit comments

Comments
 (0)