Skip to content

Commit 8c689ec

Browse files
committed
[#8603] Rewording
1 parent 277032f commit 8c689ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

event_dispatcher.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ triggered. Your application can listen to these notifications and respond to
1010
them by executing any piece of code.
1111

1212
Symfony triggers several :doc:`events related to the kernel </reference/events>`
13-
while processing an HTTP Request, third-party bundles and libraries also trigger
14-
lots of events and your own application can trigger :doc:`custom events
15-
</components/event_dispatcher>`.
13+
while processing the HTTP Request. Third-party bundles may also dispatch events, and
14+
you can even dispatch :doc:`custom events </components/event_dispatcher>` from your
15+
own code.
1616

1717
All the examples shown in this article use the same ``KernelEvents::EXCEPTION``
1818
event for consistency purposes. In your own application, you can use any event

0 commit comments

Comments
 (0)