diff --git a/src/plugins/health.ts b/src/plugins/health.ts index 08c03c63b..920550f96 100644 --- a/src/plugins/health.ts +++ b/src/plugins/health.ts @@ -212,7 +212,7 @@ export class Health { * This function is similar to requestAuthorization() and has similar quirks. * * @param {Array} datatypes a list of data types you want to be granted access to - * @return {type: function(authorized)}, if the argument is true, the app is authorized + * @return {Promise} */ @Cordova() static isAuthorized(datatypes: Array): Promise {