Skip to content

Commit a786442

Browse files
committed
minor #18025 [EventDispatcher] Update event_dispatcher.rst (danieleambrosino)
This PR was submitted for the 6.2 branch but it was merged into the 5.4 branch instead. Discussion ---------- [EventDispatcher] Update event_dispatcher.rst Fix a little spelling mistake. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases 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 `6.x` for features of unreleased versions). --> Commits ------- 6b7e144 Update event_dispatcher.rst
2 parents 5b67346 + 6b7e144 commit a786442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event_dispatcher.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ The most common way to listen to an event is to register an **event listener**::
6161
}
6262

6363
Now that the class is created, you need to register it as a service and
64-
notify Symfony that it is a event listener by using a special "tag":
64+
notify Symfony that it is an event listener by using a special "tag":
6565

6666
.. configuration-block::
6767

0 commit comments

Comments
 (0)