Skip to content

Commit 396c09c

Browse files
committed
minor #14737 Minor: Remove extra space in the config example (bocharsky-bw)
This PR was merged into the 4.4 branch. Discussion ---------- Minor: Remove extra space in the config example <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- eaaceec Minor: Remove extra space in the config example
2 parents c8a0a72 + eaaceec commit 396c09c

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
@@ -962,7 +962,7 @@ you have a transport called ``async``, you can route the message there:
962962
async: "%env(MESSENGER_TRANSPORT_DSN)%"
963963
964964
routing:
965-
'Symfony\Component\Mailer\Messenger\SendEmailMessage': async
965+
'Symfony\Component\Mailer\Messenger\SendEmailMessage': async
966966
967967
.. code-block:: xml
968968

0 commit comments

Comments
 (0)