Skip to content

Commit b692ee3

Browse files
committed
Merge branch '3.4' into 4.1
* 3.4: Fix words
2 parents 7ab3eca + 4b18c44 commit b692ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

event_dispatcher/before_after_filters.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ A controller that implements this interface looks like this::
106106
Creating an Event Subscriber
107107
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
108108

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

113113
// src/EventSubscriber/TokenSubscriber.php
114114
namespace App\EventSubscriber;

0 commit comments

Comments
 (0)