Skip to content

Commit e622278

Browse files
committed
minor #6692 Update date.rst - Fixes typo (fdarre)
This PR was submitted for the master branch but it was merged into the 2.7 branch instead (closes #6692). Discussion ---------- Update date.rst - Fixes typo Typo fixed in line 100 Commits ------- 9a0bf73 Update date.rst - Fixes typo
2 parents cd0fd69 + 9a0bf73 commit e622278

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)