mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-01 15:50:13 +00:00
Merge pull request #75 from pavelsavara/patch-2
fixed typo in angular interface name
This commit is contained in:
4
Definitions/angular-1.0.d.ts
vendored
4
Definitions/angular-1.0.d.ts
vendored
@@ -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[];
|
||||
|
||||
Reference in New Issue
Block a user