[8.x] Fixed grammar mistake (#5611)
* Grammar mistakes * Update session.php Co-authored-by: Taylor Otwell <taylor@laravel.com>
This commit is contained in:
parent
637c85d624
commit
d3efbaab58
|
@ -164,7 +164,7 @@
|
|||
|
|
||||
| By setting this option to true, session cookies will only be sent back
|
||||
| to the server if the browser has a HTTPS connection. This will keep
|
||||
| the cookie from being sent to you if it can not be done securely.
|
||||
| the cookie from being sent to you when it can't be done securely.
|
||||
|
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue