From 62b89f20f39b7fe7b7d4da3fa4f3773a688e3f59 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Mon, 8 Jan 2024 05:09:40 +0900 Subject: [PATCH] Update CONTRIBUTING.md (#19586) a -> an --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bfd94e428f..f84c4ea93e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -217,7 +217,7 @@ src/// ``` #### AndroidManifest.xml -A minimal [Android manifest file](https://developer.android.com/guide/topics/manifest/manifest-intro) is needed for Android to recognize a extension when it's compiled into an APK file. You can also add intent filters inside this file (see [URL intent filter](#url-intent-filter) for more information). +A minimal [Android manifest file](https://developer.android.com/guide/topics/manifest/manifest-intro) is needed for Android to recognize an extension when it's compiled into an APK file. You can also add intent filters inside this file (see [URL intent filter](#url-intent-filter) for more information). #### build.gradle Make sure that your new extension's `build.gradle` file follows the following structure: