From fa81d473e6a69d139b7cb09dc5052fb4aacb4367 Mon Sep 17 00:00:00 2001 From: colonelchlorine Date: Sun, 30 Aug 2015 08:59:46 -0400 Subject: [PATCH] Typo adjustment on "backgroundMode.enable" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acb5f77..d61eaf1 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ document.addEventListener('deviceready', function () { ``` ### Prevent the app from going to sleep in background -To prevent the app from being paused while in background, the `backroundMode.enable` interface has to be called. +To prevent the app from being paused while in background, the `backgroundMode.enable` interface has to be called. #### Further informations - The background mode will be activated once the app has entered the background and will be deactivated after the app has entered the foreground.