Skip to content

Commit

Permalink
Improve wording in the description for the example code.
Browse files Browse the repository at this point in the history
Co-authored-by: Gijs Weterings <me@gijsweterings.nl>
  • Loading branch information
switchtrue and GijsWeterings authored Sep 14, 2021
1 parent fce0cff commit 513a8b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/linking.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
>
> ```
> <manifest ...>
Expand Down

0 comments on commit 513a8b3

Please sign in to comment.