Skip to content

Commit 839ab90

Browse files
committed
Merge branch '4.4' into 5.0
* 4.4: Fix typo in the markup
2 parents a7a421d + 5bf187e commit 839ab90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contributing/code/bc.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ The second section, "Working on Symfony Code", is targeted at Symfony
3232
contributors. This section lists detailed rules that every contributor needs to
3333
follow to ensure smooth upgrades for our users.
3434

35-
.. warning::
35+
.. caution::
3636

3737
:doc:`Experimental Features </contributing/code/experimental>` and code
3838
marked with the ``@internal`` tags are excluded from our Backward

mailer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ can deliver emails over ``smtp`` by configuring your ``.env`` file (the
2727
# .env
2828
MAILER_DSN=smtp://user:pass@smtp.example.com:port
2929
30-
.. warning::
30+
.. caution::
3131

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

0 commit comments

Comments
 (0)