mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-02 06:29:40 +08:00
Fix a typo in a monthsShort type (#27119)
This commit is contained in:
committed by
Ryan Cavanaugh
parent
ff3bccf613
commit
50536aeb06
2
types/materialize-css/common.d.ts
vendored
2
types/materialize-css/common.d.ts
vendored
@@ -43,7 +43,7 @@ declare namespace M {
|
||||
previousMonth: string;
|
||||
nextMonth: string;
|
||||
months: string[];
|
||||
monthsShort: string;
|
||||
monthsShort: string[];
|
||||
weekdays: string[];
|
||||
weekdaysShort: string[];
|
||||
weekdaysAbbrev: string[];
|
||||
|
||||
Reference in New Issue
Block a user