Skip to content

Commit 12a6676

Browse files
committed
minor symfony#3640 [minor] fixed one typo and one formatting issue (javiereguiluz)
This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes symfony#3640). Discussion ---------- [minor] fixed one typo and one formatting issue | Q | A | ------------- | --- | Doc fix? | yes | New docs? | no | Applies to | 2.3+ | Fixed tickets | no Commits ------- 8627811 Fixed one typo and one formatting issue
2 parents 9967b0c + c8092d4 commit 12a6676

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)