Update powermanagement.js

This commit is contained in:
Max Bassett 2016-08-10 13:59:50 -04:00 committed by GitHub
parent b4f2f22e7b
commit 6cc0464c76

View File

@ -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