diff --git a/ios/Capacitor/Capacitor/Plugins/LocalNotifications.swift b/ios/Capacitor/Capacitor/Plugins/LocalNotifications.swift index c0032a71c8..ee061da0f9 100644 --- a/ios/Capacitor/Capacitor/Plugins/LocalNotifications.swift +++ b/ios/Capacitor/Capacitor/Plugins/LocalNotifications.swift @@ -24,7 +24,7 @@ enum LocalNotificationError: LocalizedError { /** - * Implement three common modal types: alert, confirm, and prompt + * Implement Local Notifications */ @objc(CAPLocalNotificationsPlugin) public class CAPLocalNotificationsPlugin : CAPPlugin { diff --git a/ios/Capacitor/Capacitor/Plugins/PushNotifications.swift b/ios/Capacitor/Capacitor/Plugins/PushNotifications.swift index 0e6b9086be..2272bfe699 100644 --- a/ios/Capacitor/Capacitor/Plugins/PushNotifications.swift +++ b/ios/Capacitor/Capacitor/Plugins/PushNotifications.swift @@ -6,7 +6,7 @@ enum PushNotificationError: Error { } /** - * Implement three common modal types: alert, confirm, and prompt + * Implement Push Notifications */ @objc(CAPPushNotificationsPlugin) public class CAPPushNotificationsPlugin : CAPPlugin { diff --git a/ios/Capacitor/Capacitor/Plugins/Share.swift b/ios/Capacitor/Capacitor/Plugins/Share.swift index 5f582e23e1..1744a4eebb 100644 --- a/ios/Capacitor/Capacitor/Plugins/Share.swift +++ b/ios/Capacitor/Capacitor/Plugins/Share.swift @@ -1,7 +1,7 @@ import Foundation /** - * Implement three common modal types: alert, confirm, and prompt + * Implement Sharing text and urls */ @objc(CAPSharePlugin) public class CAPSharePlugin : CAPPlugin {