Skip to content

Commit c8092d4

Browse files
javiereguiluzweaverryan
authored andcommitted
Fixed one typo and one formatting issue
1 parent 9967b0c commit c8092d4

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

components/dependency_injection/parameters.rst

-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ making the class of a service a parameter:
155155
<service id="mailer" class="%mailer.class%">
156156
<argument>%mailer.transport%</argument>
157157
</service>
158-
159158
</services>
160159
161160
.. code-block:: php

reference/forms/types/choice.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ compound
122122
**type**: ``boolean`` **default**: same value as ``expanded`` option
123123

124124
This option specifies if a form is compound. The value is by default
125-
overriden by the value of the ``expanded`` option.
125+
overridden by the value of the ``expanded`` option.
126126

127127
error_bubbling
128128
~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)