Skip to content

Commit

Permalink
fixing build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
weaverryan committed Oct 14, 2015
1 parent 67b8ff2 commit 4e788e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbook/event_dispatcher/event_listener.rst
Original file line number Diff line number Diff line change
Expand Up @@ -223,7 +223,7 @@ Request Events, Checking Types
A single page can make several requests (one master request, and then multiple
sub-requests - typically by :ref:`templating-embedding-controller`). For the core
Symfony events, you might need to check to see if the event is for a "master" request
or a "sub request":
or a "sub request"::

// src/AppBundle/EventListener/RequestListener.php
namespace AppBundle\EventListener;
Expand Down

0 comments on commit 4e788e4

Please sign in to comment.