Skip to content

Commit

Permalink
refactor: run format:fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-jones-dev committed May 22, 2024
1 parent c8df1ff commit c4af084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/website-translation/MultipleLanguagesIterator.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (authKey === undefined) {
process.exit(1);
}
const translator = new deepl.Translator(authKey);
// Enter some language codes.
// Enter some language codes.
var languageCodes = ['bg', 'de', 'it', 'es'];

// Applying the translator to each language code. Using Promises to iterate through languages in parallel. Await waits for a response before conducting further logic on output.
Expand Down

0 comments on commit c4af084

Please sign in to comment.