Skip to content

Commit

Permalink
chore: fix receive spelling (#3035)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Jun 2, 2020
1 parent 28c8792 commit 319bd8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

/**
* Class used to create notification from timer event
* Note: Class is being registered in Android manifest as broadcast reciever
* Note: Class is being registered in Android manifest as broadcast receiver
*/
public class TimedNotificationPublisher extends BroadcastReceiver {

Expand Down
2 changes: 1 addition & 1 deletion site/docs-md/guides/push-notifications-firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
}
```

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:
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:

```swift
func application(_ application: UIApplication, didRegisterForRemoteNotificationsWithDeviceToken deviceToken: Data) {
Expand Down

0 comments on commit 319bd8a

Please sign in to comment.