Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
*
Expand All @@ -167,7 +167,7 @@ export interface TranslateConfig extends GoogleAuthOptions {
*
* @example
* //-
* // <h3>Custom Translate API</h3>
* // <h3>Custom Translation API</h3>
* //
* // The environment variable, `GOOGLE_CLOUD_TRANSLATE_ENDPOINT`, is honored as
* // a custom backend which our library will send requests to.
Expand Down