Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Commit fed187e

Browse files
adyavanapallitinayuangao
authored andcommitted
Fix misspelling of 'days'. (#10441)
1 parent e63221b commit fed187e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/datepicker/js/dateLocaleProvider.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* @property {(Array<string>)=} months Array of month names (in order).
1616
* @property {(Array<string>)=} shortMonths Array of abbreviated month names.
1717
* @property {(Array<string>)=} days Array of the days of the week (in order).
18-
* @property {(Array<string>)=} shortDays Array of abbreviated dayes of the week.
18+
* @property {(Array<string>)=} shortDays Array of abbreviated days of the week.
1919
* @property {(Array<string>)=} dates Array of dates of the month. Only necessary for locales
2020
* using a numeral system other than [1, 2, 3...].
2121
* @property {(Array<string>)=} firstDayOfWeek The first day of the week. Sunday = 0, Monday = 1,

0 commit comments

Comments
 (0)