Skip to content

Commit fab73ee

Browse files
authored
Update locale_sticky_session.rst
1 parent 9bbe977 commit fab73ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

session/locale_sticky_session.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ in the session, so that it's used on subsequent requests.
1313
Creating a LocaleSubscriber
1414
---------------------------
1515

16-
Create and a :ref:`new event subscriber <events-subscriber>`. Typically, ``_locale``
16+
Create a :ref:`new event subscriber <events-subscriber>`. Typically, ``_locale``
1717
is used as a routing parameter to signify the locale, though you can determine the
1818
correct locale however you want::
1919

@@ -180,7 +180,7 @@ event::
180180

181181
If you're using the :ref:`default services.yml configuration <service-container-services-load-example>`,
182182
you're done! Symfony will automatically know about the event subscriber will pass
183-
your the ``session`` service. Now, when you login, the user's locale will be set
183+
you the ``session`` service. Now, when you login, the user's locale will be set
184184
into the session.
185185

186186
.. caution::

0 commit comments

Comments
 (0)