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
commit f795b4f917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;