From 609ba41ae0f600b9627c804f97d9656edaab7740 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Mon, 27 Mar 2017 04:38:21 -0400 Subject: [PATCH] fix typo (#256) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbfc62c..9e0e68d 100644 --- a/README.md +++ b/README.md @@ -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) {