From 6b91686c39f6d744bb63393d66b523649af5ce00 Mon Sep 17 00:00:00 2001 From: gremblin Date: Tue, 18 Dec 2018 03:16:57 -0500 Subject: [PATCH] Update tts.markdown (#7892) typo: 'platform' not plaform --- source/_components/tts.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ```