Skip to content

Commit 5cf37b7

Browse files
committed
minor #6993 Update create_custom_field_type.rst (yceruto)
This PR was submitted for the 3.1 branch but it was merged into the 2.7 branch instead (closes #6993). Discussion ---------- Update create_custom_field_type.rst The ``form.type`` is a tag in this case Commits ------- 73720d6 Update create_custom_field_type.rst
2 parents 391b1ee + 73720d6 commit 5cf37b7

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
@@ -374,7 +374,7 @@ method to ``GenderType``, which receives the gender configuration::
374374
}
375375

376376
Great! The ``GenderType`` is now fueled by the configuration parameters and
377-
registered as a service. Additionally, because you used the ``form.type`` alias in its
377+
registered as a service. Additionally, because you used the ``form.type`` tag in its
378378
configuration, using the field is now much easier::
379379

380380
// src/AppBundle/Form/Type/AuthorType.php

0 commit comments

Comments
 (0)