Skip to content

Commit

Permalink
Fixed heading capitalization to follow the standards
Browse files Browse the repository at this point in the history
  • Loading branch information
pedronofuentes committed Dec 17, 2014
1 parent 6b68e48 commit 3649bdb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/http_foundation/sessions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` class implemen
The :class:`Symfony\\Component\\HttpFoundation\\Session\\Session` has a simple API
as follows divided into a couple of groups.

Session workflow
Session Workflow
................

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

Session attributes
Session Attributes
..................

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

Session metadata
Session Metadata
................

:method:`Symfony\\Component\\HttpFoundation\\Session\\Session::getMetadataBag`
Expand Down

0 comments on commit 3649bdb

Please sign in to comment.