docs(): fix typo (#2071)

This commit is contained in:
FallenRiteMonk 2017-11-09 22:13:47 +01:00 committed by Ibby Hadeed
parent d96d3eef07
commit f09c9cfe9a

View File

@ -61,7 +61,7 @@ export interface LocalNotificationOptions {
* import { PhonegapLocalNotification } from '@ionic-native/phonegap-local-notification';
*
*
* constructor(private localNotification: PhonegapLocalNotifications) { }
* constructor(private localNotification: PhonegapLocalNotification) { }
*
* ...
*