Skip to content

Commit 893e978

Browse files
authored
Added missing space : everytime ⮞ every time
1 parent dcac235 commit 893e978

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
@@ -19,7 +19,7 @@ be implemented with a :doc:`ChoiceType </reference/forms/types/choice>` where th
1919
``choices`` option is set to the list of available shipping options.
2020

2121
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
22+
``choices`` every time you use it quickly becomes boring. In this example, a
2323
better solution is to create a custom form type based on ``ChoiceType``. The
2424
custom type looks and behaves like a ``ChoiceType`` but the list of choices is
2525
already populated with the shipping options so you don't need to define them.

0 commit comments

Comments
 (0)