correct typo

This commit is contained in:
Gregg Lewis 2017-12-13 21:24:27 -07:00 committed by GitHub
parent 995fd56894
commit c309a3027f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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