Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3aa2650

Browse files
committedSep 5, 2024··
minor #20199 Fix typo in mailer.rst (norival)
This PR was merged into the 6.4 branch. Discussion ---------- Fix typo in mailer.rst <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `7.x` for features of unreleased versions). --> Commits ------- 07105c3 Fix typo in mailer.rst
2 parents a181bfd + 07105c3 commit 3aa2650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1752,7 +1752,7 @@ FailedMessageEvent
17521752

17531753
The ``FailedMessageEvent`` event was introduced in Symfony 6.2.
17541754

1755-
``FailedMessageEvent`` allows acting on the the initial message in case of a failure::
1755+
``FailedMessageEvent`` allows acting on the initial message in case of a failure::
17561756

17571757
use Symfony\Component\EventDispatcher\EventSubscriberInterface;
17581758
use Symfony\Component\Mailer\Event\FailedMessageEvent;

0 commit comments

Comments
 (0)
Please sign in to comment.