From d3efbaab58945ee97c4719283b04632fe474c0e7 Mon Sep 17 00:00:00 2001 From: Hiren Keraliya Date: Mon, 17 May 2021 18:45:26 +0530 Subject: [PATCH] [8.x] Fixed grammar mistake (#5611) * Grammar mistakes * Update session.php Co-authored-by: Taylor Otwell --- config/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/session.php b/config/session.php index 4e0f66cd..ac0802b1 100644 --- a/config/session.php +++ b/config/session.php @@ -164,7 +164,7 @@ return [ | | 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. | */