Skip to content

Commit 480896e

Browse files
committed
[#1703] Fixing a bit of the language
1 parent 54df338 commit 480896e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/http_foundation/sessions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Session workflow
7474
be emitted by calling this method.
7575

7676
* :method:`Symfony\\Component\\HttpFoundation\\Session\\Session::invalidate`:
77-
Clears the all session data and regenerates session ID do not use ``session_destroy()``.
77+
Clears all session data and regenerates session ID. Do not use ``session_destroy()``.
7878

7979
* :method:`Symfony\\Component\\HttpFoundation\\Session\\Session::getId`: Gets the
8080
session ID. Do not use ``session_id()``.

0 commit comments

Comments
 (0)