Skip to content

Commit 3046506

Browse files
committed
few typos in readme.md
1 parent 27d863a commit 3046506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ Promises resolve into one of these statuses:
139139
| Return value | Notes |
140140
| -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
141141
| `authorized` | User has authorized this permission |
142-
| `denied` | User has denied this permission at least once. On iOS this means that the user will not be prompted again. Android users can be promted multiple times until they select 'Never ask me again' |
142+
| `denied` | User has denied this permission at least once. On iOS this means that the user will not be prompted again. Android users can be prompted multiple times until they select 'Never ask me again' |
143143
| `restricted` | **iOS** - this means user is not able to grant this permission, either because it's not supported by the device or because it has been blocked by parental controls. **Android** - this means that the user has selected 'Never ask me again' while denying permission |
144144
| `undetermined` | User has not yet been prompted with a permission dialog |
145145

@@ -248,7 +248,7 @@ build.
248248
> Please note that it will only be shown to the users the usage descriptions of
249249
> the permissions you really require in your app.
250250
251-
You can find more informations about this issue in #46.
251+
You can find more information about this issue in #46.
252252

253253
### Android Notes
254254

0 commit comments

Comments
 (0)