We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2a26bf0 + 893e978 commit 0da5875Copy full SHA for 0da5875
form/create_custom_field_type.rst
@@ -19,7 +19,7 @@ be implemented with a :doc:`ChoiceType </reference/forms/types/choice>` where th
19
``choices`` option is set to the list of available shipping options.
20
21
However, if you use the same form type in several forms, repeating the list of
22
-``choices`` everytime you use it quickly becomes boring. In this example, a
+``choices`` every time you use it quickly becomes boring. In this example, a
23
better solution is to create a custom form type based on ``ChoiceType``. The
24
custom type looks and behaves like a ``ChoiceType`` but the list of choices is
25
already populated with the shipping options so you don't need to define them.
0 commit comments