Skip to content

Commit bbbbbea

Browse files
authored
Merge pull request #495 from lpmi-13/typo_fix
fix simple typos
2 parents 4bef386 + f4e6a9b commit bbbbbea

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
@@ -6,7 +6,7 @@
66
![MIT](https://img.shields.io/dub/l/vibe-d.svg)
77
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
88

9-
An unified permissions API for React Native on iOS and Android.
9+
A unified permissions API for React Native on iOS and Android.
1010

1111
## Support
1212

@@ -54,7 +54,7 @@ target 'YourAwesomeProject' do
5454
end
5555
```
5656

57-
> :warning: If you see a **No permission handler detected** error: Make sure that you have at least one permission handler set up. In some cases the Xcode cache needs to be clear (`Xcode -> Product -> Clean Build Folder`)
57+
> :warning: If you see a **No permission handler detected** error: Make sure that you have at least one permission handler set up. In some cases the Xcode cache needs to be cleared (`Xcode -> Product -> Clean Build Folder`)
5858
5959
Then update your `Info.plist` with wanted permissions usage descriptions:
6060

@@ -173,7 +173,7 @@ Add all wanted permissions to your app `android/app/src/main/AndroidManifest.xml
173173

174174
## 🆘 Manual linking
175175

176-
Because this package targets React Native 0.60.0+, you probably won't need to link it manually. Otherwise if it's not the case, follow this additional instructions:
176+
Because this package targets React Native 0.60.0+, you probably won't need to link it manually. Otherwise if it's not the case, follow these additional instructions:
177177

178178
<details>
179179
<summary><b>👀 See manual linking instructions</b></summary>
@@ -233,7 +233,7 @@ public class MainApplication extends Application implements ReactApplication {
233233

234234
## Understanding permission flow
235235

236-
As permissions are not handled in the same way on iOS and Android, this library provides an abstraction over the two platforms behaviors. To understand it a little better, take a look to these two flowcharts:
236+
As permissions are not handled in the same way on iOS and Android, this library provides an abstraction over the two platforms' behaviors. To understand it a little better, take a look to these two flowcharts:
237237

238238
### iOS flow
239239

0 commit comments

Comments
 (0)