Skip to content

Commit

Permalink
fix(docs): brand issue - Translate API => Cloud Translation API (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkwlui authored and JustinBeckwith committed Dec 14, 2018
1 parent e7911b2 commit c0fd299
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/google-cloud-translate/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

0 comments on commit c0fd299

Please sign in to comment.