From 50536aeb06a63dacd33bfd38ce8d731724b683b6 Mon Sep 17 00:00:00 2001 From: Sou Niyari Date: Tue, 10 Jul 2018 03:15:35 +0900 Subject: [PATCH] Fix a typo in a monthsShort type (#27119) --- types/materialize-css/common.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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[];