Skip to content

Commit 4b95f7d

Browse files
committed
Minor reword in the article about creating custom form types
1 parent f218dcd commit 4b95f7d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

form/create_custom_field_type.rst

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,9 @@ How to Create a Custom Form Field Type
66

77
Symfony comes with a bunch of core field types available for building forms.
88
However there are situations where you may want to create a custom form field
9-
type for a specific purpose. This recipe assumes you need a field definition
9+
type for a specific purpose. This article assumes you need a field definition
1010
that holds a shipping option, based on the existing choice field. This section
11-
explains how the field is defined, how you can customize its layout and finally,
12-
how you can register it for use in your application.
11+
explains how the field is defined and how you can customize its layout.
1312

1413
Defining the Field Type
1514
-----------------------

0 commit comments

Comments
 (0)