Skip to content

Commit

Permalink
docs: fix minor typo in FCM guide (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
walkingriver authored and jcesarmobile committed Jul 24, 2019
1 parent c61d4cb commit 6705c42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions site/docs-md/guides/push-notifications-firebase.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ ngOnInit() {
// Register with Apple / Google to receive push via APNS/FCM
PushNotifications.register();

// On succcess, we should be able to receive notifications
// On success, we should be able to receive notifications
PushNotifications.addListener('registration',
(token: PushNotificationToken) => {
alert('Push registration success, token: ' + token.value);
Expand Down Expand Up @@ -402,4 +402,4 @@ If you've setup your application correctly, you'll see an alert pop up on your h

![Push Test Android](/assets/img/docs/guides/firebase-push-notifications/push-test-android.png)

![Push Test iOS](/assets/img/docs/guides/firebase-push-notifications/push-test-ios.png)
![Push Test iOS](/assets/img/docs/guides/firebase-push-notifications/push-test-ios.png)

0 comments on commit 6705c42

Please sign in to comment.