Skip to content

Commit 5bf187e

Browse files
committed
minor #13782 Fix typo in the markup (fabpot)
This PR was merged into the 4.4 branch. Discussion ---------- Fix typo in the markup <!-- 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 `master` for features of unreleased versions). --> Commits ------- e1722c2 Fix typo in the markup
2 parents 43f33c5 + e1722c2 commit 5bf187e

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
@@ -29,7 +29,7 @@ can deliver emails over ``smtp`` by configuring your ``.env`` file (the
2929
# .env
3030
MAILER_DSN=smtp://user:pass@smtp.example.com:port
3131
32-
.. warning::
32+
.. caution::
3333

3434
If you are migrating from Swiftmailer (and the Swiftmailer bundle), be
3535
warned that the DSN format is different.

0 commit comments

Comments
 (0)