Skip to content

Commit 0f7e857

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.8 branch instead (closes #6993). Discussion ---------- Update create_custom_field_type.rst The ``form.type`` is a tag in this case Commits ------- bdbb305 Update create_custom_field_type.rst
2 parents 9eb60f3 + bdbb305 commit 0f7e857

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
@@ -377,7 +377,7 @@ configuration::
377377
}
378378

379379
Great! The ``GenderType`` is now fueled by the configuration parameters and
380-
registered as a service. Because you used the ``form.type`` alias in its configuration,
380+
registered as a service. Because you used the ``form.type`` tag in its configuration,
381381
your service will be used instead of creating a *new* ``GenderType``. In other words,
382382
your controller *does not need to change*, it still looks like this::
383383

0 commit comments

Comments
 (0)