fix(diagnostic): misspelled getContactsAuthorizationStatus method (#678)

This commit is contained in:
Job 2016-10-12 01:32:24 +02:00 committed by Ibrahim Hadeed
parent 6bcef44d42
commit bff4862979

View File

@ -279,7 +279,7 @@ export class Diagnostic {
* @returns {Promise<any>}
*/
@Cordova({ platforms: ['Android', 'iOS'] })
static getContactsAuthroizationStatus(): Promise<any> { return; }
static getContactsAuthorizationStatus(): Promise<any> { return; }
/**
* Requests contacts authorization for the application.