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
55==================================================
66
77Symfony 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
99in the session, so that it's used on subsequent requests.
1010
1111.. _creating-a-LocaleSubscriber :
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments