Fix a typo in a monthsShort type (#27119)

This commit is contained in:
Sou Niyari
2018-07-10 03:15:35 +09:00
committed by Ryan Cavanaugh
parent ff3bccf613
commit 50536aeb06

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[];