From 76effe98f8c8b434d088d97b2840ac2a581e5b6e Mon Sep 17 00:00:00 2001 From: AniketPant02 Date: Mon, 11 Sep 2017 03:12:23 -0500 Subject: [PATCH] docs(): fix typo Typo --- src/@ionic-native/plugins/firebase-analytics/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/@ionic-native/plugins/firebase-analytics/index.ts b/src/@ionic-native/plugins/firebase-analytics/index.ts index 97d336c7e..a6ef388dd 100644 --- a/src/@ionic-native/plugins/firebase-analytics/index.ts +++ b/src/@ionic-native/plugins/firebase-analytics/index.ts @@ -7,7 +7,7 @@ import { Plugin, Cordova, IonicNativePlugin } from '@ionic-native/core'; * @description * 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. *