Fix a typo in a monthsShort type (#27119)

This commit is contained in:
Sou Niyari
2018-07-09 11:15:35 -07:00
committed by Ryan Cavanaugh
parent ff3bccf613
commit 50536aeb06
+1 -1
View File
@@ -43,7 +43,7 @@ declare namespace M {
previousMonth: string;
nextMonth: string;
months: string[];
monthsShort: string;
monthsShort: string[];
weekdays: string[];
weekdaysShort: string[];
weekdaysAbbrev: string[];