Skip to content

Commit bfd4561

Browse files
committed
[Components][Event Dispatcher] Fix event name
1 parent 4725f4f commit bfd4561

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher/introduction.rst

Lines changed: 1 addition & 1 deletion
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)