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 67b8ff2 commit 4e788e4Copy full SHA for 4e788e4
cookbook/event_dispatcher/event_listener.rst
@@ -223,7 +223,7 @@ Request Events, Checking Types
223
A single page can make several requests (one master request, and then multiple
224
sub-requests - typically by :ref:`templating-embedding-controller`). For the core
225
Symfony events, you might need to check to see if the event is for a "master" request
226
-or a "sub request":
+or a "sub request"::
227
228
// src/AppBundle/EventListener/RequestListener.php
229
namespace AppBundle\EventListener;
0 commit comments