File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 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
1010them by executing any piece of code.
1111
1212Symfony 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
1717All the examples shown in this article use the same ``KernelEvents::EXCEPTION ``
1818event for consistency purposes. In your own application, you can use any event
You can’t perform that action at this time.
0 commit comments