From 0f8c3ce376295bdde7b9e5912945d51368214ed1 Mon Sep 17 00:00:00 2001 From: Ibby Date: Fri, 10 Mar 2017 10:30:57 -0500 Subject: [PATCH] fix(health): fix return type --- src/plugins/health.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {