@@ -9,10 +9,10 @@ During the execution of a Symfony application, lots of event notifications are
99triggered. Your application can listen to these notifications and respond to
1010them by executing any piece of code.
1111
12- Internal events provided by Symfony itself are defined in the
13- :class: ` Symfony \\ Component \\ HttpKernel \\ KernelEvents ` class. Third -party bundles
14- and libraries also trigger lots of events and your own application can trigger
15- :doc: ` custom events </components/event_dispatcher >`.
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>`.
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