Browse Source

few typos in readme.md

Rotem Slootzky 7 years ago
parent
commit
30465069ba
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      README.md

+ 2
- 2
README.md View File

139
 | Return value   | Notes                                                                                                                                                                                                                                                                  |
139
 | Return value   | Notes                                                                                                                                                                                                                                                                  |
140
 | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
140
 | -------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
141
 | `authorized`   | User has authorized this permission                                                                                                                                                                                                                                    |
141
 | `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'                                                                          |
143
 | `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 |
143
 | `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 |
144
 | `undetermined` | User has not yet been prompted with a permission dialog                                                                                                                                                                                                                |
144
 | `undetermined` | User has not yet been prompted with a permission dialog                                                                                                                                                                                                                |
145
 
145
 
248
 > Please note that it will only be shown to the users the usage descriptions of
248
 > Please note that it will only be shown to the users the usage descriptions of
249
 > the permissions you really require in your app.
249
 > the permissions you really require in your app.
250
 
250
 
251
-You can find more informations about this issue in #46.
251
+You can find more information about this issue in #46.
252
 
252
 
253
 ### Android Notes
253
 ### Android Notes
254
 
254