diff --git a/notifier/events.rst b/notifier/events.rst index 2b9c9f6d1eb..05a602a3bab 100644 --- a/notifier/events.rst +++ b/notifier/events.rst @@ -9,8 +9,8 @@ Using Events The ``MessageEvent``, ``FailedMessageEvent`` and ``SentMessageEvent`` were introduced in Symfony 5.4. -The class:``...\\..\\Transport`` of the Notifier component allows you to optionally hook -into the lifecycle via events. +The :class:`Symfony\\Component\\Notifier\\Transport`` class of the Notifier component +allows you to optionally hook into the lifecycle via events. The ``MessageEvent::class`` Event ---------------------------------