From 513a8b37ba7768ee0231a1cc66df1d31cf4f1c15 Mon Sep 17 00:00:00 2001 From: Mike Leonard Date: Tue, 14 Sep 2021 11:12:16 +1000 Subject: [PATCH] Improve wording in the description for the example code. Co-authored-by: Gijs Weterings --- docs/linking.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/linking.md b/docs/linking.md index 1b8399170c0..19d9d24e357 100644 --- a/docs/linking.md +++ b/docs/linking.md @@ -321,7 +321,7 @@ The `Promise` will reject on Android if it was impossible to check if the URL ca > When targeting Android 11 (SDK 30) you must specify the intents for the schemes you which to handle in `AndroidManifext.xml`. A list of common intents can be found [here](https://developer.android.com/guide/components/intents-common). > -> For example to handle `https` schemes the following will need to add: +> For example to handle `https` schemes the following needs to be added to your manifest: > > ``` >