chore(docs): Fixed typo (#2214)

This commit is contained in:
Archie 2021-10-28 23:31:23 +01:00 committed by GitHub
parent f8a1ba2ebc
commit b9624264a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ To be able to save images to the gallery you need to specify this permission in
##### Android
On Android, integration with the DownloadManager is built-in.
Add this permisison in AndroidManifest.xml (only required if your app supports Android versions lower than 10):
Add this permission in AndroidManifest.xml (only required if your app supports Android versions lower than 10):
```xml
<manifest ...>