docs(): fix typos (#1435)

the OCD in me is here to help :P
This commit is contained in:
Gianfrancø Palumbo 2017-04-28 14:33:30 +01:00 committed by Ibby Hadeed
parent 83a3569155
commit 4ca4f9443d

View File

@ -60,7 +60,7 @@ export class Firebase extends IonicNativePlugin {
onNotificationOpen(): Observable<any> { return; }
/**
* Grant permission to recieve push notifications
* Grant permission to receive push notifications
* @return {Promise<any>}
*/
@Cordova({
@ -69,7 +69,7 @@ export class Firebase extends IonicNativePlugin {
grantPermission(): Promise<any> { return; }
/**
* Check permission to recieve push notifications
* Check permission to receive push notifications
* @return {Promise<any>}
*/
@Cordova({