Skip to content

Commit a6e0879

Browse files
committed
Minor tweak
1 parent 9aa3f8a commit a6e0879

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: event_dispatcher.rst

+2-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,8 @@ methods could be called before or after the methods defined in other listeners
246246
and subscribers. To learn more about event subscribers, read :doc:`/components/event_dispatcher`.
247247

248248
The following example shows an event subscriber that defines several methods which
249-
listen to the same ``kernel.exception`` event which has an ``ExceptionEvent``::
249+
listen to the same :ref:`kernel.exception event <component-http-kernel-kernel-exception>`_
250+
via its ``ExceptionEvent`` class::
250251

251252
// src/EventSubscriber/ExceptionSubscriber.php
252253
namespace App\EventSubscriber;

0 commit comments

Comments
 (0)