From 5f9f58edba331c22edc4f79b665afecfdc83c621 Mon Sep 17 00:00:00 2001 From: marcushultgren Date: Sat, 21 May 2022 20:23:28 +0200 Subject: [PATCH] docs(firebase-analytics): resolve typo (#4181) Manifest typo --- .../plugins/firebase-analytics/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 `` * ``` *