From f361a313ae17d729bbf95d3c50d0559c22d18855 Mon Sep 17 00:00:00 2001 From: Vivek Date: Sun, 17 Dec 2017 16:34:58 +0530 Subject: [PATCH] Updated ReadMe.md changed `indow.speechSynthesis.getVoices()` to `window.speechSynthesis.getVoices()` in Speech synthesis (experimental) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9bff6ff45..d4952bec4 100644 --- a/README.md +++ b/README.md @@ -1058,7 +1058,7 @@ const standardDeviation = (arr, usePopulation = false) => { ### Speech synthesis (experimental) -Use `SpeechSynthesisUtterance.voice` and `indow.speechSynthesis.getVoices()` to convert a message to speech. +Use `SpeechSynthesisUtterance.voice` and `window.speechSynthesis.getVoices()` to convert a message to speech. Use `window.speechSynthesis.speak()` to play the message. Learn more about the [SpeechSynthesisUtterance interface of the Web Speech API](https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance).