Skip to content

Commit 705cf3f

Browse files
jbaffordjaviereguiluz
authored andcommitted
[Mailer] Fix typo
1 parent 900bfa7 commit 705cf3f

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
@@ -1422,7 +1422,7 @@ disable asynchronous delivery.
14221422
method was made public in Symfony 6.1.
14231423

14241424
You can also select the transport by adding an ``X-Bus-Transport`` header (which
1425-
will be remove automatically from the final message)::
1425+
will be removed automatically from the final message)::
14261426

14271427
// Use the bus transport "app.another_bus":
14281428
$email->getHeaders()->addTextHeader('X-Bus-Transport', 'app.another_bus');

0 commit comments

Comments
 (0)