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

Commit e3d7fbb

Browse files
alejandroSuchtinayuangao
authored andcommitted
Fix typo (#10444)
1 parent fed187e commit e3d7fbb

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
@@ -26,7 +26,7 @@
2626
* @property {(function(Date): string)=} monthHeaderFormatter Function that returns the label for
2727
* a month given a date.
2828
* @property {(function(Date): string)=} monthFormatter Function that returns the full name of a month
29-
* for a giben date.
29+
* for a given date.
3030
* @property {(function(number): string)=} weekNumberFormatter Function that returns a label for
3131
* a week given the week number.
3232
* @property {(string)=} msgCalendar Translation of the label "Calendar" for the current locale.

0 commit comments

Comments
 (0)