From c0fd299f7b5dcd412dc102bcb17ab59fb04a54ba Mon Sep 17 00:00:00 2001 From: Jonathan Lui Date: Fri, 14 Dec 2018 11:20:16 -0800 Subject: [PATCH] fix(docs): brand issue - Translate API => Cloud Translation API (#196) --- packages/google-cloud-translate/src/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/google-cloud-translate/src/index.ts b/packages/google-cloud-translate/src/index.ts index ed10510fdcb..e8e10b2eb30 100644 --- a/packages/google-cloud-translate/src/index.ts +++ b/packages/google-cloud-translate/src/index.ts @@ -155,8 +155,8 @@ export interface TranslateConfig extends GoogleAuthOptions { * With [Google Translate](https://cloud.google.com/translate), you can * dynamically translate text between thousands of language pairs. * - * The Google Translate API lets websites and programs integrate with Google - * Translate programmatically. + * The Google Cloud Translation API lets websites and programs integrate with + * Google Translate programmatically. * * @class * @@ -167,7 +167,7 @@ export interface TranslateConfig extends GoogleAuthOptions { * * @example * //- - * //

Custom Translate API

+ * //

Custom Translation API

* // * // The environment variable, `GOOGLE_CLOUD_TRANSLATE_ENDPOINT`, is honored as * // a custom backend which our library will send requests to.