Skip to content

Commit 58b6ecd

Browse files
committed
Amend wording might not -> won't
1 parent 8149239 commit 58b6ecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1101,7 +1101,7 @@ the choice is ultimately up to you.
11011101
.. caution::
11021102

11031103
When the name of your form class matches any of the built-in field types,
1104-
your form might not be rendered correctly. A form
1104+
your form won't be rendered correctly. A form
11051105
``AppBundle\\Form\\Type\\PasswordType`` to change a user password for
11061106
instance will be mistaken for the built-in ``PasswordType`` field type and
11071107
won't be rendered correctly. You can still use the class name of your choice

0 commit comments

Comments
 (0)