diff --git a/.yarn/install-state.gz b/.yarn/install-state.gz index d282d0b..3f7ba2f 100644 Binary files a/.yarn/install-state.gz and b/.yarn/install-state.gz differ diff --git a/src/translate/index.ts b/src/translate/index.ts index f162665..6704921 100644 --- a/src/translate/index.ts +++ b/src/translate/index.ts @@ -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. *