From f09c9cfe9a27829fafb10f7eb4707efe2eec44d6 Mon Sep 17 00:00:00 2001 From: FallenRiteMonk Date: Thu, 9 Nov 2017 22:13:47 +0100 Subject: [PATCH] docs(): fix typo (#2071) --- src/@ionic-native/plugins/phonegap-local-notification/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { } * * ... *