Skip to content

Commit

Permalink
minor #3640 [minor] fixed one typo and one formatting issue (javiereg…
Browse files Browse the repository at this point in the history
…uiluz)

This PR was submitted for the master branch but it was merged into the 2.3 branch instead (closes #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
  • Loading branch information
weaverryan committed Mar 19, 2014
2 parents 9967b0c + c8092d4 commit 12a6676
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion components/dependency_injection/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,6 @@ making the class of a service a parameter:
<service id="mailer" class="%mailer.class%">
<argument>%mailer.transport%</argument>
</service>
</services>
.. code-block:: php
Expand Down
2 changes: 1 addition & 1 deletion reference/forms/types/choice.rst
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ compound
**type**: ``boolean`` **default**: same value as ``expanded`` option

This option specifies if a form is compound. The value is by default
overriden by the value of the ``expanded`` option.
overridden by the value of the ``expanded`` option.

error_bubbling
~~~~~~~~~~~~~~
Expand Down

0 comments on commit 12a6676

Please sign in to comment.