Update tts.markdown (#7892)

typo: 'platform' not plaform
This commit is contained in:
gremblin 2018-12-18 03:16:57 -05:00 committed by Fabian Affolter
parent 227407ebe3
commit 6b91686c39

View File

@ -137,7 +137,7 @@ Returns an URL to the generated TTS file. Platform and message are required.
```json ```json
{ {
"plaform": "amazon_polly", "platform": "amazon_polly",
"message": "I am speaking now" "message": "I am speaking now"
} }
``` ```