Skip to content

Commit

Permalink
fix typo (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
ihadeed authored and katzer committed Mar 27, 2017
1 parent 110ec9d commit 609ba41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 609ba41

Please sign in to comment.