From 6534283a6f7019b7c3c7a2c9fb8daaa85a5e8847 Mon Sep 17 00:00:00 2001 From: Ibby Hadeed Date: Wed, 17 May 2017 06:50:10 -0400 Subject: [PATCH] docs(): fix param type --- src/@ionic-native/plugins/background-mode/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/background-mode/index.ts b/src/@ionic-native/plugins/background-mode/index.ts index 9455d13c..d19132ee 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']