Skip to content

Commit

Permalink
fix(diagnostic): misspelled getContactsAuthorizationStatus method (#678)
Browse files Browse the repository at this point in the history
  • Loading branch information
Manduro authored and ihadeed committed Oct 11, 2016
1 parent 6bcef44 commit bff4862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/diagnostic.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bff4862

Please sign in to comment.