Skip to content

Commit 77f19b5

Browse files
committed
Fixed 'WARNING: unknown document: cookbook/form/create_form_type_extension'
1 parent 12abf90 commit 77f19b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/unit_testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Adding custom Extensions
149149
------------------------
150150

151151
It often happens that you use some options that are added by
152-
:doc:`form extensions<cookbook/form/create_form_type_extension>`. One of the
152+
:doc:`form extensions</cookbook/form/create_form_type_extension>`. One of the
153153
cases may be the ``ValidatorExtension`` with its ``invalid_message`` option.
154154
The ``TypeTestCase`` loads only the core form extension so an "Invalid option"
155155
exception will be raised if you try to use it for testing a class that depends

0 commit comments

Comments
 (0)