Skip to content

Commit 6e6b19f

Browse files
author
scottwarren
committed
Fixed typo and removed extra space
1 parent df4ef14 commit 6e6b19f

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

components/http_foundation/sessions.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ implementation of :class:`Symfony\\Component\\HttpFoundation\\Session\\SessionIn
1414

1515
.. caution::
1616

17-
Make sure your Sessions aren't already initliazed (which in Symfony is
18-
done automatically), as initializing the Session object causes the
19-
session to be started, which can lead to unexpected errors.
17+
Make sure your Sessions aren't already initliazed (which is done
18+
automatically in the full-stack framework), as initializing the
19+
Session object causes the session to be started, which can lead
20+
to unexpected errors.
2021

2122
Quick example::
2223

0 commit comments

Comments
 (0)