Skip to content

Commit 236d8e0

Browse files
committed
minor #4137 fixed directive syntax (WouterJ)
This PR was merged into the 2.3 branch. Discussion ---------- fixed directive syntax Fixes http://symfony.com/doc/current/cookbook/bundles/configuration.html Commits ------- d497d64 fixed directive syntax
2 parents 4f9fef6 + d497d64 commit 236d8e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/console/sending_emails.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ and per Command.
2020
Configuring the Request Context globally
2121
----------------------------------------
2222

23-
.. versionadded: 2.2
23+
.. versionadded:: 2.2
2424
The ``base_url`` parameter was introduced in Symfony 2.2.
2525

2626
To configure the Request Context - which is used by the URL Generator - you can
@@ -88,7 +88,7 @@ from the ``router`` service and override its settings::
8888
Using Memory Spooling
8989
---------------------
9090

91-
.. versionadded: 2.3
91+
.. versionadded:: 2.3
9292
When using Symfony 2.3+ and SwiftmailerBundle 2.3.5+, the memory spool is now
9393
handled automatically in the CLI and the code below is not necessary anymore.
9494

0 commit comments

Comments
 (0)