Skip to content

Commit

Permalink
Fixed typo on tag service
Browse files Browse the repository at this point in the history
  • Loading branch information
saro0h authored and weaverryan committed Aug 4, 2014
1 parent 1b695b5 commit ef1efd5
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 ef1efd5

Please sign in to comment.