diff --git a/components/event_dispatcher.rst b/components/event_dispatcher.rst index 6e0fcf746e2..c3bf0bae1b2 100644 --- a/components/event_dispatcher.rst +++ b/components/event_dispatcher.rst @@ -28,7 +28,7 @@ truly extensible. Take an example from :doc:`the HttpKernel component `. Once a ``Response`` object has been created, it may be useful to allow other elements in the system to modify it (e.g. add some cache headers) before -it's actually used. To make this possible, the Symfony kernel throws an +it's actually used. To make this possible, the Symfony kernel dispatches an event - ``kernel.response``. Here's how it works: * A *listener* (PHP object) tells a central *dispatcher* object that it