Skip to content

Commit a59041d

Browse files
committed
Minor rewording
1 parent 0b7fe6a commit a59041d

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
@@ -540,8 +540,9 @@ kernel.event_listener
540540

541541
**Purpose**: To listen to different events/hooks in Symfony
542542

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

546547
The cookbook contains some articles explaining how to use this tag in practice:
547548

0 commit comments

Comments
 (0)