Skip to content

Commit 733e84d

Browse files
remove whitespace
1 parent 24edbdb commit 733e84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

session.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ can be anything. You'll use this key to retrieve the message.
179179
In the template of the next page (or even better, in your base layout template),
180180
read any flash messages from the session using the ``flashes()`` method provided
181181
by the :ref:`Twig global app variable <twig-app-variable>`.
182-
Alternatively, you can use the
182+
Alternatively, you can use the
183183
:method:`Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface::peek`
184184
method instead to retrieve the message while keeping it in the bag.
185185

0 commit comments

Comments
 (0)