Skip to content

Commit eaffa7f

Browse files
committed
minor #16063 Typo fixes : Remove extra "s" + througth ➤ through (Levure)
This PR was merged into the 5.3 branch. Discussion ---------- Typo fixes : Remove extra "s" + througth ➤ through <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `5.x` for features of unreleased versions). --> Commits ------- 7869892 Typo fixes : Remove extra "s" + througth ➤ through
2 parents c300cd4 + 7869892 commit eaffa7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ Check out the Symfony config reference to learn more about the other available
131131
Basic Usage
132132
-----------
133133

134-
The sessions is available througth the Request and the RequestStack.
134+
The session is available through the Request and the RequestStack.
135135
Symfony provides a request_stack service that is injected in your services and
136136
controllers if you type-hint an argument with
137137
:class:`Symfony\\Component\\HttpFoundation\\RequestStack`::

0 commit comments

Comments
 (0)