fixed typo in interface name

This commit is contained in:
Pavel Savara
2012-11-14 21:15:45 +01:00
parent 4911a0ad1f
commit 1aa8a03e99
+2 -2
View File
@@ -232,7 +232,7 @@ module ng {
// These are not documented
// Check angular's i18n files for exemples
NUMBER_FORMATS: ILocaleNumberFormatDescriptor;
DATETIME_FORMATS: ILacaleDateTimeFormatDescriptor;
DATETIME_FORMATS: ILocaleDateTimeFormatDescriptor;
pluralCat: (num: any) => string;
}
@@ -255,7 +255,7 @@ module ng {
lgSize: number;
}
interface ILacaleDateTimeFormatDescriptor {
interface ILocaleDateTimeFormatDescriptor {
MONTH: string[];
SHORTMONTH: string[];
DAY: string[];