Skip to content

Commit 4b18c44

Browse files
committed
minor #10881 Fix words (makmaoui)
This PR was submitted for the 4.2 branch but it was merged into the 3.4 branch instead (closes #10881). Discussion ---------- Fix words <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/roadmap for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- 4ba843f Fix words
2 parents a5d983f + 4ba843f commit 4b18c44

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)