Skip to content

Commit f8c40cc

Browse files
committed
Fix: Name
1 parent bdb74f5 commit f8c40cc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mailer.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ via a third-party provider:
112112
Service Install with
113113
===================== ==============================================
114114
`Amazon SES`_ ``composer require symfony/amazon-mailer``
115-
`MailChimp Mandrill`_ ``composer require symfony/mailchimp-mailer``
115+
`Mailchimp Mandrill`_ ``composer require symfony/mailchimp-mailer``
116116
`Mailgun`_ ``composer require symfony/mailgun-mailer``
117117
`Mailjet`_ ``composer require symfony/mailjet-mailer``
118118
`OhMySMTP`_ ``composer require symfony/oh-my-smtp-mailer``
@@ -1385,7 +1385,7 @@ If your transport does not support tags and metadata, they will be added as cust
13851385
13861386
The following transports currently support tags and metadata:
13871387

1388-
* MailChimp
1388+
* Mailchimp
13891389
* Mailgun
13901390
* Postmark
13911391
* Sendgrid
@@ -1596,7 +1596,7 @@ the :class:`Symfony\\Bundle\\FrameworkBundle\\Test\\MailerAssertionsTrait`::
15961596
.. _`Inky`: https://get.foundation/emails/docs/inky.html
15971597
.. _`league/html-to-markdown`: https://github.com/thephpleague/html-to-markdown
15981598
.. _`load balancing`: https://en.wikipedia.org/wiki/Load_balancing_(computing)
1599-
.. _`MailChimp Mandrill`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailchimp/README.md
1599+
.. _`Mailchimp Mandrill`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailchimp/README.md
16001600
.. _`Mailgun`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailgun/README.md
16011601
.. _`Mailjet`: https://github.com/symfony/symfony/blob/{version}/src/Symfony/Component/Mailer/Bridge/Mailjet/README.md
16021602
.. _`Markdown syntax`: https://commonmark.org/

0 commit comments

Comments
 (0)