docs(calendar): typos

This commit is contained in:
Daniel 2018-04-08 19:20:20 +02:00
parent 87ba4b4d32
commit 1e539f8cd9

View File

@ -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
*/