Skip to content

Commit 17932b9

Browse files
scottwarrenweaverryan
scottwarren
authored andcommitted
Updated grammer issues in caution section
1 parent c65ad28 commit 17932b9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/http_foundation/sessions.rst

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ implementation of :class:`Symfony\\Component\\HttpFoundation\\Session\\SessionIn
1414

1515
.. caution::
1616

17-
Make sure your Sessions aren't already initialized (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.
17+
Make sure your sessions aren't already initialized (which is,
18+
for example, automatically done in the full-stack framework).
19+
As initializing the Session object causes the session to be
20+
started, which can lead to unexpected errors.
2121

2222
Quick example::
2323

0 commit comments

Comments
 (0)