File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Making the Locale "Sticky" during a User's Session
5
5
==================================================
6
6
7
7
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
9
9
in the session, so that it's used on subsequent requests.
10
10
11
11
.. _creating-a-LocaleSubscriber :
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ the example below:
90
90
override this. Instead set ``handler_id: ~ ``. Note that a save handler
91
91
cannot be changed once the session has been started. If the application
92
92
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: ~ ``.
94
94
Only override the save handler if you are sure the legacy application
95
95
can use the Symfony save handler without side effects and that the session
96
96
has not been started before Symfony is initialized.
You can’t perform that action at this time.
0 commit comments