We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 25a6da9 + f7c3b28 commit 88d5b19Copy full SHA for 88d5b19
src/components/Settings/Speech/Speech.container.js
@@ -125,7 +125,7 @@ export class SpeechContainer extends Component {
125
// typically, voice should be found
126
let voice = voices.find(v => voiceURI === v.voiceURI);
127
// handle exceptional cases
128
- if (!voice && voices && voices.lenght) {
+ if (!voice && voices && voices.length) {
129
// rare case
130
voice = voices[0];
131
} else if (!voice && !voices) {
0 commit comments