8000 Minor rewording · symfony/symfony-docs@58d6346 · GitHub
[go: up one dir, main page]

Skip to content

Commit 58d6346

Browse files
committed
Minor rewording
1 parent db7b78f commit 58d6346

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

reference/dic_tags.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,8 +476,9 @@ kernel.event_listener
476476

477477
**Purpose**: To listen to different events/hooks in Symfony
478478

479-
During the execution of a Symfony application, different events are triggered.
480-
This tag allows you to *hook* your own classes into any of those events.
479+
During the execution of a Symfony application, different events are triggered
480+
and you can also dispatch custom events. This tag allows you to *hook* your own
481+
classes into any of those events.
481482

482483
For a full example of this listener, read the :doc:`/cookbook/event_dispatcher/event_listener`
483484
cookbook entry.

0 commit comments

Comments
 (0)
0