Skip to content

Commit abaccb9

Browse files
committed
minor #14182 typo (tacman)
This PR was submitted for the 5.1 branch but it was merged into the 3.4 branch instead. Discussion ---------- typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `master` for features of unreleased versions). --> Commits ------- fc6f6b0 typo
2 parents 98b6734 + fc6f6b0 commit abaccb9

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
@@ -64,7 +64,7 @@ check out the `ChoiceType`_ class.
6464
The PHP class extension mechanism and the Symfony form field extension
6565
mechanism are not the same. The parent type returned in ``getParent()`` is
6666
what Symfony uses to build and manage the field type. Making the PHP class
67-
extend from ``AbstractType`` is only a convenience way of implementing the
67+
extend from ``AbstractType`` is only a convenient way of implementing the
6868
required ``FormTypeInterface``.
6969

7070
There are three methods that are particularly important:

0 commit comments

Comments
 (0)