File tree 1 file changed +3
-3
lines changed
Filter options
1 file changed +3
-3
lines changed
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ triggered. Your application can listen to these notifications and respond to
10
10
them by executing any piece of code.
11
11
12
12
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 .
16
16
17
17
All the examples shown in this article use the same ``KernelEvents::EXCEPTION ``
18
18
event for consistency purposes. In your own application, you can use any event
You can’t perform that action at this time.
0 commit comments