Skip to content

Commit d0b75ad

Browse files
Benjamin E. CoeAce Nassri
authored andcommitted
docs(terminology): update language to follow recommendations (#582)
update terminology.
1 parent 2670d38 commit d0b75ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

translate/translate.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ function translateTextWithModelSample(text, target, model) {
137137
const options = {
138138
// The target language, e.g. "ru"
139139
to: target,
140-
// Make sure your project is whitelisted.
140+
// Make sure your project is on the allow list.
141141
// Possible values are "base" and "nmt"
142142
model: model,
143143
};

0 commit comments

Comments
 (0)