Skip to content

Commit cf16892

Browse files
authored
chore: replace word throw by dispatch for event
1 parent a7d98b0 commit cf16892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ truly extensible.
2828
Take an example from :doc:`the HttpKernel component </components/http_kernel>`.
2929
Once a ``Response`` object has been created, it may be useful to allow other
3030
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
31+
it's actually used. To make this possible, the Symfony kernel dispatches an
3232
event - ``kernel.response``. Here's how it works:
3333

3434
* A *listener* (PHP object) tells a central *dispatcher* object that it

0 commit comments

Comments
 (0)