diff --git a/types/materialize-css/common.d.ts b/types/materialize-css/common.d.ts index 605e9389be..a37afbbb34 100644 --- a/types/materialize-css/common.d.ts +++ b/types/materialize-css/common.d.ts @@ -43,7 +43,7 @@ declare namespace M { previousMonth: string; nextMonth: string; months: string[]; - monthsShort: string; + monthsShort: string[]; weekdays: string[]; weekdaysShort: string[]; weekdaysAbbrev: string[];