From eb8773f3644b7c4897c3becc8403b472d0be14bb Mon Sep 17 00:00:00 2001 From: Sam Pierce Lolla Date: Mon, 14 Sep 2020 02:11:47 -0400 Subject: [PATCH] Add missing paren in glossary (#14490) Before: "TTS (text to speech allows..." After: "TTS (text to speech) allows..." --- source/_data/glossary.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_data/glossary.yml b/source/_data/glossary.yml index 63997496c97..1bd1ac80b6d 100644 --- a/source/_data/glossary.yml +++ b/source/_data/glossary.yml @@ -67,6 +67,6 @@ - topic: Trigger description: "A [trigger](/docs/automation/trigger/) is a set of values or conditions of a platform that are defined to cause an automation to run." - topic: TTS - description: "TTS ([text to speech](/integrations/tts) allows Home Assistant to talk to you." + description: "TTS ([text to speech](/integrations/tts)) allows Home Assistant to talk to you." - topic: Zone description: "[Zones](/integrations/zone/) are areas that can be used for presence detection."