Fix a typo

This commit is contained in:
Hung Viet Nguyen 2022-03-11 17:44:47 +07:00
parent 2d09531c45
commit bc2bbffff0
No known key found for this signature in database
GPG Key ID: CAFDC50535B4A074

View File

@ -59,7 +59,7 @@ const addMissingKeys = async lang => {
if (process.argv.length < 3) {
console.log(
'Please provide a language. For examples:\nnode scripts/front/add-missing-keys-to-other-languages.js vi'
'Please provide a language. For example:\nnode scripts/front/add-missing-keys-to-other-languages.js vi'
);
process.exit(1);
}