docs(): fix typo

Typo
This commit is contained in:
AniketPant02 2017-09-11 03:12:23 -05:00 committed by Ibby Hadeed
parent 0783520723
commit 76effe98f8

View File

@ -7,7 +7,7 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core';
* @description * @description
* Cordova plugin for Firebase Analytics * Cordova plugin for Firebase Analytics
* *
* Go yo firebase console and export google-services.json and GoogleService-Info.plist. Put those files into the root of your cordova app folder. * Go to firebase console and export google-services.json and GoogleService-Info.plist. Put those files into the root of your cordova app folder.
* *
* NOTE: on iOS in order to collect demographic, age, gender data etc. you should additionally include AdSupport.framework into your project. * NOTE: on iOS in order to collect demographic, age, gender data etc. you should additionally include AdSupport.framework into your project.
* *