Skip to content

Commit

Permalink
bug #3513 [Component-DI] Fixed typo (saro0h)
Browse files Browse the repository at this point in the history
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #3513).

Discussion
----------

[Component-DI] Fixed typo

Commits
-------

6b54c74 [Component-DI] Fixed typo
  • Loading branch information
weaverryan committed Feb 4, 2014
2 parents c838df8 + cb163d4 commit 696313c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/dependency_injection/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ keywords (respectively ``true``, ``false`` and ``null``):
.. code-block:: xml
<parameters>
<parameter key="mailer.send_all_in_once">false</parameters>
<parameter key="mailer.send_all_in_once">false</parameter>
</parameters>
<!-- after parsing
Expand Down

0 comments on commit 696313c

Please # to comment.