Skip to content

Commit 32aec36

Browse files
committed
[EventDispatcher] Fix a minor syntax issue in a reference
1 parent 0a44659 commit 32aec36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: event_dispatcher.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ 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 :ref:`kernel.exception event <component-http-kernel-kernel-exception>`_
249+
listen to the same :ref:`kernel.exception event <component-http-kernel-kernel-exception>`
250250
via its ``ExceptionEvent`` class::
251251

252252
// src/EventSubscriber/ExceptionSubscriber.php

0 commit comments

Comments
 (0)