From 07105c35375414672a260c93d466a356ef45a6c0 Mon Sep 17 00:00:00 2001 From: Xavier Laviron Date: Thu, 5 Sep 2024 10:25:21 +0200 Subject: [PATCH] Fix typo in mailer.rst --- mailer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index eafd542e2f3..8e2e244c449 100644 --- a/mailer.rst +++ b/mailer.rst @@ -1752,7 +1752,7 @@ FailedMessageEvent The ``FailedMessageEvent`` event was introduced in Symfony 6.2. -``FailedMessageEvent`` allows acting on the the initial message in case of a failure:: +``FailedMessageEvent`` allows acting on the initial message in case of a failure:: use Symfony\Component\EventDispatcher\EventSubscriberInterface; use Symfony\Component\Mailer\Event\FailedMessageEvent;