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::