Skip to content

Commit 3649bdb

Browse files
Fixed heading capitalization to follow the standards
1 parent 6b68e48 commit 3649bdb

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
@@ -65,7 +65,7 @@ The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class implemen
6565
The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` has a simple API
6666
as follows divided into a couple of groups.
6767

68-
Session workflow
68+
Session Workflow
6969
................
7070

7171
:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::start`
@@ -91,7 +91,7 @@ Session workflow
9191
:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::setName`
9292
Sets the session name. Do not use ``session_name()``.
9393

94-
Session attributes
94+
Session Attributes
9595
..................
9696

9797
:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::set`
@@ -129,7 +129,7 @@ an array. A few methods exist for "Bag" management:
129129
Gets the :class:`Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface`.
130130
This is just a shortcut for convenience.
131131

132-
Session metadata
132+
Session Metadata
133133
................
134134

135135
:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::getMetadataBag`

0 commit comments

Comments
 (0)