Skip to content

Commit 91325e0

Browse files
committed
minor #18611 [Mailer] Fix typo (jbafford)
This PR was submitted for the 6.3 branch but it was merged into the 6.2 branch instead. Discussion ---------- [Mailer] Fix typo Commits ------- 705cf3f [Mailer] Fix typo
2 parents 900bfa7 + 705cf3f commit 91325e0

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)