Skip to content

Commit 5ed3d94

Browse files
authored
typo
1 parent e4fd90c commit 5ed3d94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ the logic and rendering of that field type.
6868
The PHP class extension mechanism and the Symfony form field extension
6969
mechanism are not the same. The parent type returned in ``getParent()`` is
7070
what Symfony uses to build and manage the field type. Making the PHP class
71-
extend from ``AbstractType`` is only a convenience way of implementing the
71+
extend from ``AbstractType`` is only a convenient way of implementing the
7272
required ``FormTypeInterface``.
7373

7474
Now you can add this form type when :doc:`creating Symfony forms </forms>`::

0 commit comments

Comments
 (0)