From 6a22aa665180fdebe91ed1bf819d41c529e3a0ef Mon Sep 17 00:00:00 2001 From: Corban Mailloux Date: Tue, 17 Jan 2017 02:00:17 -0500 Subject: [PATCH] Typo fixes in TTS docs. (#1796) --- source/_components/tts.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/source/_components/tts.markdown b/source/_components/tts.markdown index 3578244078f..406d3d3cae8 100644 --- a/source/_components/tts.markdown +++ b/source/_components/tts.markdown @@ -55,7 +55,7 @@ service: tts.google_say data: message: 'May the Force be with you.' ``` -Say to the `media_player.floor` device entitie: +Say to the `media_player.floor` device entity: ```yaml service: tts.google_say @@ -64,7 +64,7 @@ data: message: 'May the Force be with you.' ``` -Say to the `media_player.floor` device entitie in french: +Say to the `media_player.floor` device entity in French: ```yaml service: tts.google_say @@ -85,4 +85,4 @@ data_template: ## {% linkable_title Cache %} -The component have two caches. Both caches can be controlled with the `cache` option in the platform configuration or the service call `say`. A long time cache will be located on the file system. The in-memory cache for fast responses to media players will be auto-cleaned after a short period. +The component has two caches. Both caches can be controlled with the `cache` option in the platform configuration or the service call `say`. A long time cache will be located on the file system. The in-memory cache for fast responses to media players will be auto-cleaned after a short period.