From 786989297118424ad47bc271c6e783859415be2d Mon Sep 17 00:00:00 2001 From: Bruno Baguette <1922257+Levure@users.noreply.github.com> Date: Tue, 2 Nov 2021 22:02:00 +0100 Subject: [PATCH] =?UTF-8?q?Typo=20fixes=20:=20Remove=20extra=20"s"=20+=20t?= =?UTF-8?q?hrougth=20=E2=9E=A4=20through?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- session.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/session.rst b/session.rst index 70e62b62263..de422ca6792 100644 --- a/session.rst +++ b/session.rst @@ -131,7 +131,7 @@ Check out the Symfony config reference to learn more about the other available Basic Usage ----------- -The sessions is available througth the Request and the RequestStack. +The session is available through the Request and the RequestStack. Symfony provides a request_stack service that is injected in your services and controllers if you type-hint an argument with :class:`Symfony\\Component\\HttpFoundation\\RequestStack`::