Skip to content

Commit 6a4ad87

Browse files
committed
[Typo] Fixing typo in date_format form option description
1 parent 35d7bc6 commit 6a4ad87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/date_format.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ that *the expected format will be different for different users*. You
1111
can override it by passing the format as a string.
1212

1313
For more information on valid formats, see `Date/Time Format Syntax`_. For
14-
example, to render a single text box that expects the user to end ``yyyy-MM-dd``,
14+
example, to render a single text box that expects the user to enter ``yyyy-MM-dd``,
1515
use the following options::
1616

1717
$builder->add('date_created', 'date', array(

0 commit comments

Comments
 (0)