diff --git a/src/@ionic-native/plugins/background-mode/index.ts b/src/@ionic-native/plugins/background-mode/index.ts index a807319d7..2d353b7a1 100644 --- a/src/@ionic-native/plugins/background-mode/index.ts +++ b/src/@ionic-native/plugins/background-mode/index.ts @@ -25,7 +25,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;