Skip to content

Commit 5047480

Browse files
committed
Merge pull request #2291 from bicpi/fix_typo_in_date_format_form_option
[Typo] Fixing typo in date_format form option description
2 parents 48420cd + 6a4ad87 commit 5047480

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)