8000 Minor reword · symfony/symfony-docs@dfc2982 · GitHub
[go: up one dir, main page]

Skip to content

Commit dfc2982

Browse files
committed
Minor reword
1 parent 5ec80a1 commit dfc2982

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

form/data_transformers.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Data transformers are used to translate the data for a field into a format that
88
be displayed in a form (and back on submit). They're already used internally for
99
many field types. For example, the :doc:`DateType </reference/forms/types/date>` field
1010
can be rendered as a ``yyyy-MM-dd``-formatted input text box. Internally, a data transformer
11-
converts the ``DateTime`` value of the field to the ``yyyy-MM-dd`` string
12-
to render the form, and then back to a ``DateTime`` object on submit.
11+
converts the ``DateTime`` value of the field to a ``yyyy-MM-dd`` formatted string
12+
when rendering the form, and then back to a ``DateTime`` object on submit.
1313

1414
.. caution::
1515

0 commit comments

Comments
 (0)
0