This commit is contained in:
Ibby Hadeed 2017-03-27 04:38:21 -04:00 committed by Sebastián Katzer
parent 110ec9d024
commit 609ba41ae0

View File

@ -117,7 +117,7 @@ cordova.plugins.backgroundMode.excludeFromTaskList();
```
### Detect screen status
The method works async instead of _isAcive()_ or _isEnabled()_.
The method works async instead of _isActive()_ or _isEnabled()_.
```js
cordova.plugins.backgroundMode.isScreenOff(function(bool) {