From 8d8336aefdf34044c5c582cb6226c9312e0f1114 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Sat, 26 May 2018 20:07:17 +0200 Subject: [PATCH] Fix a typo in the HTML5 date form property --- reference/forms/types/options/html5.rst.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/forms/types/options/html5.rst.inc b/reference/forms/types/options/html5.rst.inc index 1022412f3b3..31e0adca007 100644 --- a/reference/forms/types/options/html5.rst.inc +++ b/reference/forms/types/options/html5.rst.inc @@ -9,5 +9,5 @@ html5 If this is set to ``true`` (the default), it'll use the HTML5 type (date, time or datetime) to render the field. When set to ``false``, it'll use the text type. -This is useful when you want to use a custom JavaScript datapicker, which +This is useful when you want to use a custom JavaScript datepicker, which often requires a text type instead of an HTML5 type.