Skip to content

Commit 3624fec

Browse files
author
scottwarren
committed
Updated grammer issues in caution section
1 parent b2ac5bc commit 3624fec

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

components/http_foundation/sessions.rst

Lines changed: 4 additions & 4 deletions
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)