diff --git a/src/@ionic-native/plugins/phonegap-local-notification/index.ts b/src/@ionic-native/plugins/phonegap-local-notification/index.ts index 9286c7e77b..50ec817499 100644 --- a/src/@ionic-native/plugins/phonegap-local-notification/index.ts +++ b/src/@ionic-native/plugins/phonegap-local-notification/index.ts @@ -61,7 +61,7 @@ export interface LocalNotificationOptions { * import { PhonegapLocalNotification } from '@ionic-native/phonegap-local-notification'; * * - * constructor(private localNotification: PhonegapLocalNotifications) { } + * constructor(private localNotification: PhonegapLocalNotification) { } * * ... *