(docs): Fix typo in README camera usage description (#1046)
This commit is contained in:
parent
39f19cd7c7
commit
ea859ca45f
|
@ -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._
|
||||
|
||||
|
|
Loading…
Reference in New Issue