Skip to content

Commit 0da5875

Browse files
committed
minor #13809 Added missing space : everytime ⮞ every time (Levure)
This PR was merged into the 4.4 branch. Discussion ---------- Added missing space : everytime ⮞ every time Sources : - https://www.grammarly.com/blog/everytime-every-time/ - https://trends.google.fr/trends/explore?q=everytime,every%20time Commits ------- 893e978 Added missing space : everytime ⮞ every time
2 parents 2a26bf0 + 893e978 commit 0da5875

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)