Skip to content

Commit 74b6be1

Browse files
committed
minor #9686 Update locale_sticky_session.rst (anitadavid)
This PR was merged into the 3.4 branch. Discussion ---------- Update locale_sticky_session.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- fab73ee Update locale_sticky_session.rst
2 parents 8a83d17 + fab73ee commit 74b6be1

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

@@ -182,7 +182,7 @@ event::
182182

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

188188
.. caution::

0 commit comments

Comments
 (0)