Skip to content

Commit d16815b

Browse files
author
Lucas Bento
authored
Merge pull request #222 from kant/patch-1
Typos fixed on section's name
2 parents c5ee477 + 17fbab9 commit d16815b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ npm i react-native-voice --save
2020
* [Permissions](#permissions)
2121
* [Android](#android)
2222
* [iOS](#ios)
23-
* [Contibutors](#contibutors)
23+
* [Contributors](#contributors)
2424

2525
<h2 align="center">Linking</h2>
2626

@@ -143,7 +143,7 @@ Since Android M (6.0), [user need to grant permission at runtime (and not during
143143
By default, calling the `startSpeech` method will invoke `RECORD AUDIO` permission popup to the user. This can be disabled by passing `REQUEST_PERMISSIONS_AUTO: true` in the options argument.
144144

145145
If you're running an ejected expo/expokit app, you may run into issues with permissions on Android and get the following error `host.exp.exponent.MainActivity cannot be cast to com.facebook.react.ReactActivity
146-
startSpeech`. This can be resolved by prompting for permssion using the `expo-permission` package before starting recogntion.
146+
startSpeech`. This can be resolved by prompting for permssion using the `expo-permission` package before starting recognition.
147147
```js
148148
import { Permissions } from "expo";
149149
async componentDidMount() {
@@ -181,7 +181,7 @@ Please see the documentation provided by ReactNative for this: [PermissionsAndro
181181
[deps]: https://david-dm.org/wenkesj/react-native-voice.svg
182182
[deps-url]: https://david-dm.org/wenkesj/react-native-voice.svg
183183

184-
<h2 align="center">Contibutors</h2>
184+
<h2 align="center">Contributors</h2>
185185

186186
* @asafron
187187
* @BrendanFDMoore

0 commit comments

Comments
 (0)