Skip to content

Commit 63359a5

Browse files
committed
minor #9825 Fix a typo in the HTML5 date form property (Calinou)
This PR was submitted for the 2.7 branch but it was merged into the 2.8 branch instead (closes #9825). Discussion ---------- Fix a typo in the HTML5 date form property This changes "datapicker" to "datepicker". Commits ------- da51bc4 Fix a typo in the HTML5 date form property
2 parents d6bd16b + da51bc4 commit 63359a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ html5
66
If this is set to ``true`` (the default), it'll use the HTML5 type (date, time
77
or datetime) to render the field. When set to ``false``, it'll use the text type.
88

9-
This is useful when you want to use a custom JavaScript datapicker, which
9+
This is useful when you want to use a custom JavaScript datepicker, which
1010
often requires a text type instead of an HTML5 type.

0 commit comments

Comments
 (0)