Skip to content

Commit 3a7fe96

Browse files
philipphoffmannweaverryan
authored andcommitted
just a typo
1 parent 9b42a75 commit 3a7fe96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookbook/form/create_custom_field_type.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Each field type is rendered by a template fragment, which is determined in
9797
part by the value of your ``getName()`` method. For more information, see
9898
:ref:`cookbook-form-customization-form-themes`.
9999

100-
In this case, since tge parent field is ``choice``, you don't *need* to do
100+
In this case, since the parent field is ``choice``, you don't *need* to do
101101
any work as the custom field type will automatically be rendered like a ``choice``
102102
type. But for the sake of this example, let's suppose that when your field
103103
is "expanded" (i.e. radio buttons or checkboxes, instead of a select field),

0 commit comments

Comments
 (0)