Skip to content

Commit 9a0bf73

Browse files
fdarrexabbuh
authored andcommitted
Update date.rst - Fixes typo
Typo fixed in line 100
1 parent cd0fd69 commit 9a0bf73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/date.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ make the following changes::
8888
// do not render as type="date", to avoid HTML5 date pickers
8989
'html5' => false,
9090

91-
// add a class that can eb selected in JavaScript
91+
// add a class that can be selected in JavaScript
9292
'attr' => ['class' => 'js-datepicker'],
9393
));
9494

0 commit comments

Comments
 (0)