Skip to content

Commit

Permalink
docs(terminology): update language to follow recommendations (#582)
Browse files Browse the repository at this point in the history
update terminology.
  • Loading branch information
bcoe authored and Ace Nassri committed Nov 17, 2022
1 parent 508a1da commit 340f6b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion translate/translate.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function translateTextWithModelSample(text, target, model) {
const options = {
// The target language, e.g. "ru"
to: target,
// Make sure your project is whitelisted.
// Make sure your project is on the allow list.
// Possible values are "base" and "nmt"
model: model,
};
Expand Down

0 comments on commit 340f6b0

Please sign in to comment.