We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bcd75bd + 5f66128 commit b9b3646Copy full SHA for b9b3646
event_dispatcher.rst
@@ -246,7 +246,7 @@ methods could be called before or after the methods defined in other listeners
246
and subscribers. To learn more about event subscribers, read :doc:`/components/event_dispatcher`.
247
248
The following example shows an event subscriber that defines several methods which
249
-listen to the same :ref:`kernel.exception event <component-http-kernel-kernel-exception>`_
+listen to the same :ref:`kernel.exception event <component-http-kernel-kernel-exception>`
250
via its ``ExceptionEvent`` class::
251
252
// src/EventSubscriber/ExceptionSubscriber.php
0 commit comments