Skip to content

Commit 605bf2d

Browse files
committed
Fix typos
1 parent a84aa9f commit 605bf2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Forms Using Validation
162162
If your forms uses the ``invalid_message`` or ``constraints`` option for validation, you need to
163163
register the validation extension which provides this options.
164164
Luckily Symfony provides a custom test class which does this for you.
165-
In order to have this option registered, your test needs to extend from the
165+
In order to have these options registered, your test needs to extend the
166166
:class:`Symfony\\Component\\Form\\Tests\\Extension\\Validator\\Type\\TypeTestCase`
167167
class::
168168

0 commit comments

Comments
 (0)