Skip to content

Commit cc96d7c

Browse files
committed
Minor tweak
1 parent c648742 commit cc96d7c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

session.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ read any flash messages from the session using the ``flashes()`` method provided
184184
by the :ref:`Twig global app variable <twig-app-variable>`.
185185
Alternatively, you can use the
186186
:method:`Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface::peek`
187-
method instead to retrieve the message while keeping it in the bag.
187+
method to retrieve the message while keeping it in the bag:
188188

189189
.. configuration-block::
190190

@@ -268,7 +268,6 @@ It's common to use ``notice``, ``warning`` and ``error`` as the keys of the
268268
different types of flash messages, but you can use any key that fits your
269269
needs.
270270

271-
272271
Configuration
273272
-------------
274273

0 commit comments

Comments
 (0)