Skip to content

Commit 59c16cb

Browse files
committed
minor #16263 Correct spelling & grammar in 4.4 components/http_foundation/ (gnito-org)
This PR was merged into the 4.4 branch. Discussion ---------- Correct spelling & grammar in 4.4 components/http_foundation/ <!-- 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 ------- f96660e Correct spelling & grammar in 4.4 components/http_foundation/
2 parents bba6c05 + f96660e commit 59c16cb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/http_foundation/sessions.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Quick example::
5353
.. caution::
5454

5555
Symfony sessions are incompatible with ``php.ini`` directive ``session.auto_start = 1``
56-
This directive should be turned off in ``php.ini``, in the webserver directives or
56+
This directive should be turned off in ``php.ini``, in the web server directives or
5757
in ``.htaccess``.
5858

5959
Session API
@@ -152,7 +152,7 @@ the following API which is intended mainly for internal purposes:
152152
Returns the name of the session bag.
153153

154154
:method:`Symfony\\Component\\HttpFoundation\\Session\\SessionBagInterface::clear`
155-
Clears out data from bag.
155+
Clears out data from the bag.
156156

157157
.. _attribute-bag-interface:
158158

@@ -291,7 +291,7 @@ has the API
291291
Gets flashes by type (read only).
292292

293293
:method:`Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface::peekAll`
294-
Gets all flashes (read only) as keyed array of arrays.
294+
Gets all flashes (read only) as a keyed array of arrays.
295295

296296
:method:`Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface::has`
297297
Returns true if the type exists, false if not.

0 commit comments

Comments
 (0)