(docs): Fix typo in README camera usage description (#1046)

This commit is contained in:
Marcin Wadoń 2017-12-15 00:01:42 +01:00 committed by Zack Story
parent 39f19cd7c7
commit ea859ca45f
1 changed files with 5 additions and 5 deletions

View File

@ -45,7 +45,7 @@ To enable `video recording` feature you have to add the following code to the `A
<!-- Include this only if you are planning to use the microphone for video recording -->
<key>NSMicrophoneUsageDescription</key>
<string>Your message to user when the microsphone is accessed for the first time</string>
<string>Your message to user when the microphone is accessed for the first time</string>
```
3. On Android, you require `buildToolsVersion` of `25.0.2+`. _This should easily and automatically be downloaded by Android Studio's SDK Manager._