Skip to content

Commit 8ea603a

Browse files
obozdagkenjis
andauthored
docs: Samesite options typos user_guide_src/source/libraries/cookies.rst
Samesite options typos user_guide_src/source/libraries/cookies.rst Co-authored-by: kenjis <[email protected]>
1 parent 7e17608 commit 8ea603a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

user_guide_src/source/libraries/cookies.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ Setting Options/Types Default Description
256256
**$domain** ``string`` ``''`` The domain property of the cookie.with trailing slash.
257257
**$secure** ``true/false`` ``false`` If to be sent over secure HTTPS.
258258
**$httponly** ``true/false`` ``true`` If not accessible to JavaScript.
259-
**$samesite** ``Lax|None|Strict`` ``Lax`` The SameSite attribute.
259+
**$samesite** ``Lax``/``None``/``Strict`` ``Lax`` The SameSite attribute.
260260
**$raw** ``true/false`` ``false`` If to be dispatched using ``setrawcookie()``.
261261
==================== ===================================== ========= =====================================================
262262

0 commit comments

Comments
 (0)