diff --git a/src/@ionic-native/plugins/background-mode/index.ts b/src/@ionic-native/plugins/background-mode/index.ts index 9455d13c6..d19132ee0 100644 --- a/src/@ionic-native/plugins/background-mode/index.ts +++ b/src/@ionic-native/plugins/background-mode/index.ts @@ -112,7 +112,7 @@ export class BackgroundMode extends IonicNativePlugin { /** * Override the default title, ticker and text. * Available only for Android platform. - * @param {Configure} options List of option to configure. See table below + * @param {BackgroundModeConfiguration} options List of option to configure. See table below */ @Cordova({ platforms: ['Android']