diff --git a/src/@ionic-native/plugins/calendar/index.ts b/src/@ionic-native/plugins/calendar/index.ts index 5854ce0e1..bf7e9cf55 100644 --- a/src/@ionic-native/plugins/calendar/index.ts +++ b/src/@ionic-native/plugins/calendar/index.ts @@ -93,7 +93,7 @@ export class Calendar extends IonicNativePlugin { * This function checks if we have permission to read/write from/to the calendar. * The promise will resolve with `true` when: * - You're running on iOS, or - * - You're targetting API level lower than 23, or + * - You're targeting API level lower than 23, or * - You're using Android < 6, or * - You've already granted permission * @@ -184,7 +184,7 @@ export class Calendar extends IonicNativePlugin { } /** - * Returns options for a custom calender with sepcific colord + * Returns options for a custom calender with specific color * * @return {NameOrOptions} Returns an object with the default options */