We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cedd68 commit f345358Copy full SHA for f345358
book/forms.rst
@@ -1131,7 +1131,7 @@ the choice is ultimately up to you.
1131
.. caution::
1132
1133
When the name of your form class matches any of the built-in field types,
1134
- your form might not be rendered correctly. A form
+ your form won't be rendered correctly. A form
1135
``AppBundle\\Form\\Type\\PasswordType`` to change a user password for
1136
instance will be mistaken for the built-in ``PasswordType`` field type and
1137
won't be rendered correctly. You can still use the class name of your choice
0 commit comments