From 4ca4f9443dc4664fcea6c4cfcb8d809bf6cc90a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gianfranc=C3=B8=20Palumbo?= Date: Fri, 28 Apr 2017 14:33:30 +0100 Subject: [PATCH] docs(): fix typos (#1435) the OCD in me is here to help :P --- src/@ionic-native/plugins/firebase/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/@ionic-native/plugins/firebase/index.ts b/src/@ionic-native/plugins/firebase/index.ts index 8c42c587f..166521cce 100644 --- a/src/@ionic-native/plugins/firebase/index.ts +++ b/src/@ionic-native/plugins/firebase/index.ts @@ -60,7 +60,7 @@ export class Firebase extends IonicNativePlugin { onNotificationOpen(): Observable { return; } /** - * Grant permission to recieve push notifications + * Grant permission to receive push notifications * @return {Promise} */ @Cordova({ @@ -69,7 +69,7 @@ export class Firebase extends IonicNativePlugin { grantPermission(): Promise { return; } /** - * Check permission to recieve push notifications + * Check permission to receive push notifications * @return {Promise} */ @Cordova({