We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24edbdb commit 733e84dCopy full SHA for 733e84d
session.rst
@@ -179,7 +179,7 @@ can be anything. You'll use this key to retrieve the message.
179
In the template of the next page (or even better, in your base layout template),
180
read any flash messages from the session using the ``flashes()`` method provided
181
by the :ref:`Twig global app variable <twig-app-variable>`.
182
-Alternatively, you can use the
+Alternatively, you can use the
183
:method:`Symfony\\Component\\HttpFoundation\\Session\\Flash\\FlashBagInterface::peek`
184
method instead to retrieve the message while keeping it in the bag.
185
0 commit comments