Skip to content

Commit

Permalink
minor #4137 fixed directive syntax (WouterJ)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
weaverryan committed Aug 19, 2014
2 parents 4f9fef6 + d497d64 commit 236d8e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cookbook/console/sending_emails.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ and per Command.
Configuring the Request Context globally
----------------------------------------

.. versionadded: 2.2
.. versionadded:: 2.2
The ``base_url`` parameter was introduced in Symfony 2.2.

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

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

Expand Down

0 comments on commit 236d8e0

Please sign in to comment.