Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 02721f7

Browse filesBrowse 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
Copy full SHA for 02721f7

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

‎reference/forms/types/datetime.rst

Copy file name to clipboardExpand all lines: reference/forms/types/datetime.rst
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.