Skip to content

Commit 9bca4d1

Browse files
committed
fix first person's view style
1 parent 9e6b98d commit 9bca4d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cookbook/form/dynamic_form_modification.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ flexibility to your forms.
8383
Adding an Event Listener to a Form Class
8484
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
8585

86-
So, instead of directly adding that ``name`` widget, let's delegate the
87-
responsibility of creating that particular field to an event listener::
86+
So, instead of directly adding that ``name`` widget, the responsibility of
87+
creating that particular field is delegated to an event listener::
8888

8989
// src/Acme/DemoBundle/Form/Type/ProductType.php
9090
namespace Acme\DemoBundle\Form\Type;

0 commit comments

Comments
 (0)