diff --git a/src/index.ts b/src/index.ts index ed10510f..e8e10b2e 100644 --- a/src/index.ts +++ b/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.