Skip to content

Commit

Permalink
Fixed one typo and one formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Mar 6, 2014
1 parent a21fb26 commit 8627811
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 8627811

Please sign in to comment.