mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-22 01:19:36 +08:00
docs(calendar): typos
This commit is contained in:
parent
87ba4b4d32
commit
1e539f8cd9
@ -93,7 +93,7 @@ export class Calendar extends IonicNativePlugin {
|
|||||||
* This function checks if we have permission to read/write from/to the calendar.
|
* This function checks if we have permission to read/write from/to the calendar.
|
||||||
* The promise will resolve with `true` when:
|
* The promise will resolve with `true` when:
|
||||||
* - You're running on iOS, or
|
* - 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're using Android < 6, or
|
||||||
* - You've already granted permission
|
* - 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
|
* @return {NameOrOptions} Returns an object with the default options
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user