Skip to content

Commit 6c98343

Browse files
committed
Merge branch '6.2' into 6.3
* 6.2: [Mailer] Fix typo
2 parents 7a12ffb + 91325e0 commit 6c98343

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
@@ -1465,7 +1465,7 @@ disable asynchronous delivery.
14651465
method was made public in Symfony 6.1.
14661466

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

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

0 commit comments

Comments
 (0)