From 705cf3f6be4d3680b0400a66aecd9f467dddbd30 Mon Sep 17 00:00:00 2001 From: John Bafford Date: Tue, 25 Jul 2023 15:14:55 -0400 Subject: [PATCH] [Mailer] Fix typo --- mailer.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mailer.rst b/mailer.rst index 63a91977c2e..31d7ccb0236 100644 --- a/mailer.rst +++ b/mailer.rst @@ -1422,7 +1422,7 @@ disable asynchronous delivery. method was made public in Symfony 6.1. You can also select the transport by adding an ``X-Bus-Transport`` header (which -will be remove automatically from the final message):: +will be removed automatically from the final message):: // Use the bus transport "app.another_bus": $email->getHeaders()->addTextHeader('X-Bus-Transport', 'app.another_bus');