Skip to content

Commit d4979eb

Browse files
committed
Fix typos
1 parent 3e6dc19 commit d4979eb

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
@@ -163,7 +163,7 @@ Forms Using Validation
163163
If your forms uses the ``invalid_message`` or ``constraints`` option for validation, you need to
164164
register the validation extension which provides this options.
165165
Luckily Symfony provides a custom test class which does this for you.
166-
In order to have this option registered, your test needs to extend from the
166+
In order to have these options registered, your test needs to extend the
167167
:class:`Symfony\\Component\\Form\\Tests\\Extension\\Validator\\Type\\TypeTestCase`
168168
class::
169169

0 commit comments

Comments
 (0)