Kaynağa Gözat

Merge pull request #204 from slootzky/readme-typo-fix

few typos in readme.md
Mathieu Acthernoene 7 yıl önce
ebeveyn
işleme
ea2437b630
No account linked to committer's email address
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2
    2
      README.md

+ 2
- 2
README.md Dosyayı Görüntüle

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