Skip to content

Commit 96dc566

Browse files
committed
minor #11213 grammar typo (michaelKaefer)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #11213). Discussion ---------- grammar typo <!-- 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 ------- 3be0563 grammar typo
2 parents aa60eb5 + 3be0563 commit 96dc566

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session/locale_sticky_session.rst

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)