From c309a3027f7b4753c678c3b930dca0d82b7771a2 Mon Sep 17 00:00:00 2001 From: Gregg Lewis Date: Wed, 13 Dec 2017 21:24:27 -0700 Subject: [PATCH] correct typo --- src/@ionic-native/plugins/background-mode/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/background-mode/index.ts b/src/@ionic-native/plugins/background-mode/index.ts index 2d715929..ec2e7581 100644 --- a/src/@ionic-native/plugins/background-mode/index.ts +++ b/src/@ionic-native/plugins/background-mode/index.ts @@ -26,7 +26,7 @@ export interface BackgroundModeConfiguration { color?: string; /** - * By default the app will come to foreground when taping on the notification. If false, plugin won't come to foreground when tapped. + * By default the app will come to foreground when tapping on the notification. If false, plugin won't come to foreground when tapped. */ resume?: boolean;