From d12a771d831ae6ca4e6ded1fbd59aceb1823b5fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4fer?= Date: Sat, 23 Mar 2019 18:32:49 +0100 Subject: [PATCH] grammar typo --- session/locale_sticky_session.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session/locale_sticky_session.rst b/session/locale_sticky_session.rst index ab3b8be3b36..76d6a6ee388 100644 --- a/session/locale_sticky_session.rst +++ b/session/locale_sticky_session.rst @@ -13,7 +13,7 @@ in the session, so that it's used on subsequent requests. Creating a LocaleSubscriber --------------------------- -Create and a :ref:`new event subscriber `. Typically, ``_locale`` +Create a :ref:`new event subscriber `. Typically, ``_locale`` is used as a routing parameter to signify the locale, though you can determine the correct locale however you want::