Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-logan committed Oct 25, 2024
1 parent 7419f28 commit ad01e59
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified .yarn/install-state.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion src/translate/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export async function translateText(
* @param endpoint - The Azure Translator endpoint URL.
* @param location - The Azure Translator subscription region.
* @param fromLang - The language code of the source language.
* @param toLang - The languages code of the target languages.
* @param toLangs - The languages code of the target languages.
* @param jsonFile - The JSON object to be translated.
* @returns A Promise that resolves to the translated JSON object.
*
Expand Down

0 comments on commit ad01e59

Please sign in to comment.