docs(calendar): fix typo (#660)

This commit is contained in:
Thiery Laverdure 2016-10-08 14:54:02 -04:00 committed by Ibrahim Hadeed
parent 4c7defb2ec
commit 2c6cc37a5f

View File

@ -53,7 +53,7 @@ export class Calendar {
* - You're using Android < 6, or * - You're using Android < 6, or
* - You've already granted permission * - You've already granted permission
* *
* If this returns false, you should call `requestReadWritePermissions` function * If this returns false, you should call the `requestReadWritePermission` function
* @returns {Promise<boolean>} * @returns {Promise<boolean>}
*/ */
@Cordova() @Cordova()