From d7c454494e1a23de26c9a243a5de742daab9e898 Mon Sep 17 00:00:00 2001 From: Luca Angemi Date: Tue, 3 Sep 2024 16:56:26 +0200 Subject: [PATCH] Fix typo in google_translate (#34552) --- source/_integrations/google_translate.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/google_translate.markdown b/source/_integrations/google_translate.markdown index 549a5876eb0..b60f189fd49 100644 --- a/source/_integrations/google_translate.markdown +++ b/source/_integrations/google_translate.markdown @@ -115,7 +115,7 @@ You can also use supported BCP 47 tags like the below or the 2-2 digit format fo ## Action speak -The `tts.speak` actiion is the modern way to use Google translate TTS action. Add the `speak` action, select the entity for your Google translate TTS (it's named for the language you created it with), select the media player entity or group to send the TTS audio to, and enter the message to speak. +The `tts.speak` action is the modern way to use Google translate TTS action. Add the `speak` action, select the entity for your Google translate TTS (it's named for the language you created it with), select the media player entity or group to send the TTS audio to, and enter the message to speak. For more options about `speak`, see the Speak section on the main [TTS](/integrations/tts/#action-speak) building block page.