Skip to content

Commit 319bd8a

Browse files
authored
chore: fix receive spelling (#3035)
1 parent 28c8792 commit 319bd8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

android/capacitor/src/main/java/com/getcapacitor/plugin/notification/TimedNotificationPublisher.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
/**
1515
* Class used to create notification from timer event
16-
* Note: Class is being registered in Android manifest as broadcast reciever
16+
* Note: Class is being registered in Android manifest as broadcast receiver
1717
*/
1818
public class TimedNotificationPublisher extends BroadcastReceiver {
1919

site/docs-md/guides/push-notifications-firebase.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
379379
}
380380
```
381381

382-
If you would like to recieve the firebase FCM token from iOS instead of the raw APNS token, you will need to also change your `AppDelegate.didRegisterForRemoteNotificationsWithDeviceToken` code to look like this:
382+
If you would like to receive the firebase FCM token from iOS instead of the raw APNS token, you will need to also change your `AppDelegate.didRegisterForRemoteNotificationsWithDeviceToken` code to look like this:
383383

384384
```swift
385385
func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {

0 commit comments

Comments
 (0)