Skip to content

Commit 696313c

Browse files
committed
bug symfony#3513 [Component-DI] Fixed typo (saro0h)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#3513). Discussion ---------- [Component-DI] Fixed typo Commits ------- 6b54c74 [Component-DI] Fixed typo
2 parents c838df8 + cb163d4 commit 696313c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dependency_injection/parameters.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ keywords (respectively ``true``, ``false`` and ``null``):
295295
.. code-block:: xml
296296
297297
<parameters>
298-
<parameter key="mailer.send_all_in_once">false</parameters>
298+
<parameter key="mailer.send_all_in_once">false</parameter>
299299
</parameters>
300300
301301
<!-- after parsing

0 commit comments

Comments
 (0)