Skip to content

Commit a8ad95d

Browse files
authored
chore(ios): correct plugin descriptions (#3037)
1 parent a2ea9ce commit a8ad95d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ios/Capacitor/Capacitor/Plugins/LocalNotifications.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ enum LocalNotificationError: LocalizedError {
2424

2525

2626
/**
27-
* Implement three common modal types: alert, confirm, and prompt
27+
* Implement Local Notifications
2828
*/
2929
@objc(CAPLocalNotificationsPlugin)
3030
public class CAPLocalNotificationsPlugin : CAPPlugin {

ios/Capacitor/Capacitor/Plugins/PushNotifications.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ enum PushNotificationError: Error {
66
}
77

88
/**
9-
* Implement three common modal types: alert, confirm, and prompt
9+
* Implement Push Notifications
1010
*/
1111
@objc(CAPPushNotificationsPlugin)
1212
public class CAPPushNotificationsPlugin : CAPPlugin {

ios/Capacitor/Capacitor/Plugins/Share.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import Foundation
22

33
/**
4-
* Implement three common modal types: alert, confirm, and prompt
4+
* Implement Sharing text and urls
55
*/
66
@objc(CAPSharePlugin)
77
public class CAPSharePlugin : CAPPlugin {

0 commit comments

Comments
 (0)