Skip to content

Commit 56f72be

Browse files
committed
Merge pull request #3128 from bicpi/fix_event_name
[Components][Event Dispatcher] Fix event name
2 parents 25703bb + bfd4561 commit 56f72be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher/introduction.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ In many cases, a special ``Event`` subclass that's specific to the given event
188188
is passed to the listener. This gives the listener access to special
189189
information about the event. Check the documentation or implementation of each
190190
event to determine the exact ``Symfony\Component\EventDispatcher\Event``
191-
instance that's being passed. For example, the ``kernel.event`` event passes an
191+
instance that's being passed. For example, the ``kernel.response`` event passes an
192192
instance of ``Symfony\Component\HttpKernel\Event\FilterResponseEvent``::
193193

194194
use Symfony\Component\HttpKernel\Event\FilterResponseEvent;

0 commit comments

Comments
 (0)