From 6cc0464c76f177feb2c814aa5e57e85d6fb36b6c Mon Sep 17 00:00:00 2001 From: Max Bassett Date: Wed, 10 Aug 2016 13:59:50 -0400 Subject: [PATCH] Update powermanagement.js --- www/powermanagement.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/powermanagement.js b/www/powermanagement.js index 7961a7b..6f1ce25 100644 --- a/www/powermanagement.js +++ b/www/powermanagement.js @@ -81,7 +81,7 @@ PowerManagement.prototype.isIgnoringBatteryOptimizations = function (successCall }; /** - * Opens a dialog that allows the use to add the app to the battery optimization whitelist. Android Only. + * Opens a dialog that allows the user to add the app to the battery optimization whitelist. Android Only. * *** Requires minimum API level 23 *** * * @param successCallback function to be called when adding the app to the battery optimization whitelist is successful