diff --git a/session.rst b/session.rst index 9ee5ebea31e..c4c6714c226 100644 --- a/session.rst +++ b/session.rst @@ -150,7 +150,7 @@ if you type-hint an argument with :class:`Symfony\\Component\\HttpFoundation\\Re { $this->requestStack = $requestStack; - // Accessing the session in the constructor is *NOT* reommended, since + // Accessing the session in the constructor is *NOT* recommended, since // it might not be accessible yet or lead to unwanted side-effects // $this->session = $requestStack->getSession(); }