Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cadfcfa

Browse files
althausweaverryan
authored andcommitted
Update datetime.rst
Fixed "the the" typo.
1 parent e43bfa3 commit cadfcfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/datetime.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ format
7474

7575
**type**: ``string`` **default**: ``Symfony\Component\Form\Extension\Core\Type\DateTimeType::HTML5_FORMAT``
7676

77-
If the ``widget`` option is set to ``single_text``, this option specifies the
78-
the format of the input, i.e. how Symfony will interpret the given input
77+
If the ``widget`` option is set to ``single_text``, this option specifies
78+
the format of the input, i.e. how Symfony will interpret the given input
7979
as a datetime string. It defaults to the `RFC 3339`_ format which is used
8080
by the HTML5 ``datetime`` field. Keeping the default value will cause the
8181
field to be rendered as an ``input`` field with ``type="datetime"``.

0 commit comments

Comments
 (0)