From 46cc5a7e17802fb9c91c60d16e543e8742ca7b84 Mon Sep 17 00:00:00 2001 From: Yonel Ceruto Date: Wed, 21 Sep 2016 15:10:18 -0400 Subject: [PATCH] Update create_custom_field_type.rst The ``form.type`` is a tag in this case --- form/create_custom_field_type.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/form/create_custom_field_type.rst b/form/create_custom_field_type.rst index 762845610e9..add7c2f0a32 100644 --- a/form/create_custom_field_type.rst +++ b/form/create_custom_field_type.rst @@ -369,7 +369,7 @@ configuration:: } Great! The ``GenderType`` is now fueled by the configuration parameters and -registered as a service. Because you used the ``form.type`` alias in its configuration, +registered as a service. Because you used the ``form.type`` tag in its configuration, your service will be used instead of creating a *new* ``GenderType``. In other words, your controller *does not need to change*, it still looks like this::