From f310e4307d526e61bb70c2ffbdbad77c2ebe364f Mon Sep 17 00:00:00 2001 From: ajayjohn <1575879+ajayjohn@users.noreply.github.com> Date: Thu, 27 Jun 2019 05:44:31 -0500 Subject: [PATCH] Fixed typos (#9698) Corrected instances where 'speech' was spelt as 'speach'. It's not all (s)peachy now ;) --- source/_components/google_cloud.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_components/google_cloud.markdown b/source/_components/google_cloud.markdown index dbd70115dda..5551d9466cf 100644 --- a/source/_components/google_cloud.markdown +++ b/source/_components/google_cloud.markdown @@ -29,8 +29,8 @@ tts: API key obtaining process described in corresponding documentation: -* [Text-to-Speach](https://cloud.google.com/text-to-speech/docs/quickstart-protocol) -* [Speach-to-Text](https://cloud.google.com/speech-to-text/docs/quickstart-protocol) +* [Text-to-Speech](https://cloud.google.com/text-to-speech/docs/quickstart-protocol) +* [Speech-to-Text](https://cloud.google.com/speech-to-text/docs/quickstart-protocol) * [Geocoding](https://developers.google.com/maps/documentation/geocoding/start) Basic instruction for all APIs: