Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8c689ec

Browse filesBrowse files
committed
[#8603] Rewording
1 parent 277032f commit 8c689ec
Copy full SHA for 8c689ec

File tree

1 file changed

+3
-3
lines changed
Filter options

1 file changed

+3
-3
lines changed

‎event_dispatcher.rst

Copy file name to clipboardExpand all lines: event_dispatcher.rst
+3-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.