diff --git a/src/@awesome-cordova-plugins/plugins/firebase-analytics/index.ts b/src/@awesome-cordova-plugins/plugins/firebase-analytics/index.ts index c883a3020..e41050e7c 100644 --- a/src/@awesome-cordova-plugins/plugins/firebase-analytics/index.ts +++ b/src/@awesome-cordova-plugins/plugins/firebase-analytics/index.ts @@ -12,7 +12,7 @@ import { Cordova, AwesomeCordovaNativePlugin, Plugin } from '@awesome-cordova-pl * NOTE: on iOS in order to collect demographic, age, gender data etc. you should additionally include AdSupport.framework into your project. * * ## Using capacitor? - * For Android you'll have to add in __android/app/src/main/AndroidManfiest.xml__ under `` + * For Android you'll have to add in __android/app/src/main/AndroidManifest.xml__ under `` * ``` *