Skip to content

Commit 433ba4f

Browse files
committed
minor #8690 Minor typos in session articles (javiereguiluz)
This PR was merged into the 3.3 branch. Discussion ---------- Minor typos in session articles Commits ------- 925267d Minor typos in session articles
2 parents d464e84 + 925267d commit 433ba4f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

session/locale_sticky_session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Making the Locale "Sticky" during a User's Session
55
==================================================
66

77
Symfony stores the locale setting in the Request, which means that this setting
8-
is not automtically saved ("sticky") across requests. But, you *can* store the locale
8+
is not automatically saved ("sticky") across requests. But, you *can* store the locale
99
in the session, so that it's used on subsequent requests.
1010

1111
.. _creating-a-LocaleSubscriber:

session/php_bridge.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ the example below:
9090
override this. Instead set ``handler_id: ~``. Note that a save handler
9191
cannot be changed once the session has been started. If the application
9292
starts the session before Symfony is initialized, the save handler will
93-
have already been set. In this case, you will need ``handler_id: ~``.
93+
have already been set. In this case, you will need ``handler_id: ~``.
9494
Only override the save handler if you are sure the legacy application
9595
can use the Symfony save handler without side effects and that the session
9696
has not been started before Symfony is initialized.

0 commit comments

Comments
 (0)