Skip to content

Commit

Permalink
minor #4064 Fixed typo on tag service (saro0h)
Browse files Browse the repository at this point in the history
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4064).

Discussion
----------

Fixed typo on tag service

Commits
-------

ac2f3b9 Fixed typo on tag service
  • Loading branch information
weaverryan committed Aug 4, 2014
2 parents 1b695b5 + ef1efd5 commit 9c08572
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions book/forms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1125,11 +1125,12 @@ easy to use in your application.
<container xmlns="http://symfony.com/schema/dic/services"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd>
<service id="acme_demo.form.type.task"
<services>
<service id="acme_demo.form.type.task"
class="Acme\TaskBundle\Form\Type\TaskType">
<tag name="form.type" alias="task" />
</service>
<tag name="form.type" alias="task" />
</service>
</services>
</container>
.. code-block:: php
Expand Down

0 comments on commit 9c08572

Please sign in to comment.