Skip to content

Commit 6b54c74

Browse files
committed
[Component-DI] Fixed typo
1 parent 8bd668e commit 6b54c74

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)