Merge pull request #2200 from fbaew/patch-1

correct typo
This commit is contained in:
Daniel Sogl
2018-03-16 18:17:22 +01:00
committed by GitHub
@@ -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;