Skip to content

Commit 4e788e4

Browse files
committed
fixing build failure
1 parent 67b8ff2 commit 4e788e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/event_dispatcher/event_listener.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ Request Events, Checking Types
223223
A single page can make several requests (one master request, and then multiple
224224
sub-requests - typically by :ref:`templating-embedding-controller`). For the core
225225
Symfony events, you might need to check to see if the event is for a "master" request
226-
or a "sub request":
226+
or a "sub request"::
227227

228228
// src/AppBundle/EventListener/RequestListener.php
229229
namespace AppBundle\EventListener;

0 commit comments

Comments
 (0)