We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7d98b0 commit cf16892Copy full SHA for cf16892
components/event_dispatcher.rst
@@ -28,7 +28,7 @@ truly extensible.
28
Take an example from :doc:`the HttpKernel component </components/http_kernel>`.
29
Once a ``Response`` object has been created, it may be useful to allow other
30
elements in the system to modify it (e.g. add some cache headers) before
31
-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
32
event - ``kernel.response``. Here's how it works:
33
34
* A *listener* (PHP object) tells a central *dispatcher* object that it
0 commit comments