Skip to content

Commit

Permalink
chore(ios): correct plugin descriptions (#3037)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Jun 2, 2020
1 parent a2ea9ce commit a8ad95d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ios/Capacitor/Capacitor/Plugins/LocalNotifications.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion ios/Capacitor/Capacitor/Plugins/PushNotifications.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion ios/Capacitor/Capacitor/Plugins/Share.swift
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit a8ad95d

Please sign in to comment.