Skip to content

Commit 6a22aa6

Browse files
corbanmaillouxfabaff
authored andcommitted
Typo fixes in TTS docs. (home-assistant#1796)
1 parent bb04460 commit 6a22aa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/_components/tts.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ service: tts.google_say
5555
data:
5656
message: 'May the Force be with you.'
5757
```
58-
Say to the `media_player.floor` device entitie:
58+
Say to the `media_player.floor` device entity:
5959

6060
```yaml
6161
service: tts.google_say
@@ -64,7 +64,7 @@ data:
6464
message: 'May the Force be with you.'
6565
```
6666

67-
Say to the `media_player.floor` device entitie in french:
67+
Say to the `media_player.floor` device entity in French:
6868

6969
```yaml
7070
service: tts.google_say
@@ -85,4 +85,4 @@ data_template:
8585

8686
## {% linkable_title Cache %}
8787

88-
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.
88+
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.

0 commit comments

Comments
 (0)