Skip to content

Commit 2be29db

Browse files
authored
Merge pull request #306 from RohanTalip/patch-1
Updated README.md to fix typo and some punctuation
2 parents e74f1bd + ce6d415 commit 2be29db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -183,14 +183,14 @@ The current supported permissions are:
183183
### iOS Notes
184184

185185
* Permission type `bluetooth` represents the status of the
186-
`CBPeripheralManager`. Don't use this if only need `CBCentralManager`
186+
`CBPeripheralManager`. Don't use this if you only need `CBCentralManager`.
187187
* Permission type `location` accepts a second parameter for `request()` and
188188
`check()`; the second parameter is a string, either `always` or `whenInUse`
189189
(default).
190190
* Permission type `notification` accepts a second parameter for `request()`. The
191191
second parameter is an array with the desired alert types. Any combination of
192192
`alert`, `badge` and `sound` (default requests all three).
193-
* If you are not requesting mediaLibrary then you can remove MediaPlayer.framework from the xcode project
193+
* If you are not requesting mediaLibrary then you can remove MediaPlayer.framework from the xcode project.
194194

195195
```js
196196
// example
@@ -221,7 +221,7 @@ Contacts Usage Description`.
221221

222222
#### App Store submission disclaimer
223223

224-
If you need to submit you application to the AppStore, you need to add to your
224+
If you need to submit your application to the AppStore, you need to add to your
225225
`Info.plist` all `*UsageDescription` keys with a string value explaining to the
226226
user how the app uses this data. **Even if you don't use them**.
227227

@@ -313,4 +313,4 @@ android {
313313
#### Q: iOS - App crashes when I change permission from settings
314314

315315
> A: This is normal. iOS restarts your app when your privacy settings change.
316-
> Just google "iOS crash permission change"
316+
> Just google "iOS crash permission change".

0 commit comments

Comments
 (0)