From 255623d9f5cddbcb8982652be11dd98f64c7e0bb Mon Sep 17 00:00:00 2001 From: Michael Callaghan Date: Wed, 24 Jul 2019 09:55:19 -0400 Subject: [PATCH] Fixed minor typo --- site/docs-md/guides/push-notifications-firebase.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs-md/guides/push-notifications-firebase.md b/site/docs-md/guides/push-notifications-firebase.md index 3fca61df0..8242a8516 100644 --- a/site/docs-md/guides/push-notifications-firebase.md +++ b/site/docs-md/guides/push-notifications-firebase.md @@ -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); @@ -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) \ No newline at end of file +![Push Test iOS](/assets/img/docs/guides/firebase-push-notifications/push-test-ios.png)