Skip to content

Commit 90c2b72

Browse files
committed
Fix typo in remember_me chapter
1 parent 8e411a8 commit 90c2b72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

security/remember_me.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ The ``remember_me`` firewall defines the following configuration options:
116116

117117
``samesite`` (default value: ``null``)
118118
If set to ``strict``, the cookie associated with this feature will not
119-
be send along with cross-site requests, even when following a regular link.
119+
be sent along with cross-site requests, even when following a regular link.
120120

121121
``remember_me_parameter`` (default value: ``_remember_me``)
122122
The name of the form field checked to decide if the "Remember Me" feature

0 commit comments

Comments
 (0)