diff --git a/types/ical/index.d.ts b/types/ical/index.d.ts index 6599a29592..091baf75fa 100644 --- a/types/ical/index.d.ts +++ b/types/ical/index.d.ts @@ -1,6 +1,7 @@ // Type definitions for ical 0.6 // Project: https://github.com/peterbraden/ical.js // Definitions by: Nick Clifford +// Matej Vilk // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.8 @@ -51,7 +52,7 @@ export type CalendarComponent = { export interface Geo { lat: number; - long: number; + lon: number; } export interface FullCalendar {