Skip to content

Commit 45aff1d

Browse files
committed
[#5081] Very minor language tweak
1 parent ce8744d commit 45aff1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/session/locale_sticky_session.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ before the ``FirewallListener``, which is responsible for handling authenticatio
116116
setting the user token on the ``TokenStorage``, you have no access to the user
117117
which is logged in.
118118

119-
Assumed you have defined a ``locale`` property on your ``User`` entity and
119+
Suppose you have defined a ``locale`` property on your ``User`` entity and
120120
you want to use this as the locale for the given user. To accomplish this,
121121
you can hook into the login process and update the user's session with this
122122
locale value before they are redirected to their first page.

0 commit comments

Comments
 (0)