Skip to content

Commit d162329

Browse files
committed
minor #4276 [Components][HttpFoundation] Make a small grammatical adjustment (fabschurt)
This PR was merged into the 2.3 branch. Discussion ---------- [Components][HttpFoundation] Make a small grammatical adjustment | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | n/a The original form of the phrase - «The other option is to specifically checking if a session has expired after the session is started.» - is not entirely grammatically correct, as the infinitive form of «to check» shall normally be used, or the gerund form, which is the form used in this commit. Commits ------- 3ad13a1 Make a small grammatical adjustment
2 parents 3b6c2b9 + 3ad13a1 commit d162329

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/session_configuration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ which runs reasonably frequently. The ``cookie_lifetime`` would be set to a
181181
relatively high value, and the garbage collection ``gc_maxlifetime`` would be set
182182
to destroy sessions at whatever the desired idle period is.
183183

184-
The other option is to specifically checking if a session has expired after the
184+
The other option is specifically checking if a session has expired after the
185185
session is started. The session can be destroyed as required. This method of
186186
processing can allow the expiry of sessions to be integrated into the user
187187
experience, for example, by displaying a message.

0 commit comments

Comments
 (0)