Skip to content

Commit ef98a19

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 8ea603a commit ef98a19

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
@@ -257,7 +257,7 @@ Setting Options/Types Default Description
257257
**$secure** ``true/false`` ``false`` If to be sent over secure HTTPS.
258258
**$httponly** ``true/false`` ``true`` If not accessible to JavaScript.
259259
**$samesite** ``Lax``/``None``/``Strict`` ``Lax`` The SameSite attribute.
260-
**$raw** ``true/false`` ``false`` If to be dispatched using ``setrawcookie()``.
260+
**$raw** ``true``/``false`` ``false`` If to be dispatched using ``setrawcookie()``.
261261
==================== ===================================== ========= =====================================================
262262

263263
In runtime, you can manually supply a new default using the ``Cookie::setDefaults()`` method.

0 commit comments

Comments
 (0)