Skip to content

Commit 4ba843f

Browse files
makmaouijaviereguiluz
authored andcommitted
Fix words
1 parent a5d983f commit 4ba843f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

event_dispatcher/before_after_filters.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,9 @@ A controller that implements this interface simply looks like this::
107107
Creating an Event Subscriber
108108
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
109109

110-
Next, you'll need to create an event listener, which will hold the logic
110+
Next, you'll need to create an event subscriber, which will hold the logic
111111
that you want to be executed before your controllers. If you're not familiar with
112-
event listeners, you can learn more about them at :doc:`/event_dispatcher`::
112+
event subscribers, you can learn more about them at :doc:`/event_dispatcher`::
113113

114114
// src/AppBundle/EventSubscriber/TokenSubscriber.php
115115
namespace AppBundle\EventSubscriber;

0 commit comments

Comments
 (0)