diff --git a/source/_components/tts.markdown b/source/_components/tts.markdown index a511c0123e5..f351404262b 100644 --- a/source/_components/tts.markdown +++ b/source/_components/tts.markdown @@ -137,7 +137,7 @@ Returns an URL to the generated TTS file. Platform and message are required. ```json { - "plaform": "amazon_polly", + "platform": "amazon_polly", "message": "I am speaking now" } ```