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');