8000 minor #4185 [Components][Form] Fixed typo in datetime type reference … · symfony/symfony-docs@02721f7 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 02721f7

Browse files
committed
minor #4185 [Components][Form] Fixed typo in datetime type reference (althaus)
This PR was submitted for the 2.5 branch but it was merged into the 2.3 branch instead (closes #4185). Discussion ---------- [Components][Form] Fixed typo in datetime type reference Fixed "the the" typo. Commits ------- 7c42e4b Update datetime.rst d556309 Update datetime.rst
2 parents e43bfa3 + 6364800 commit 02721f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/datetime.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ 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
77+
If the ``widget`` option is set to ``single_text``, this option specifies
7878
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

0 commit comments

Comments
 (0)
0