Add missing paren in glossary (#14490)

Before: "TTS (text to speech allows..."
After: "TTS (text to speech) allows..."
This commit is contained in:
Sam Pierce Lolla 2020-09-14 02:11:47 -04:00 committed by GitHub
parent acdb28c076
commit eb8773f364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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."