Typo fixes in TTS docs. (#1796)

This commit is contained in:
Corban Mailloux 2017-01-17 02:00:17 -05:00 committed by Fabian Affolter
parent dd81ef08fb
commit d8cf85ebd9
No known key found for this signature in database
GPG Key ID: E23CD2DD36A4397F

View File

@ -57,7 +57,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
@ -66,7 +66,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
@ -87,4 +87,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.