From bc2bbffff0fabe09e856fc15a7e405de272f6b90 Mon Sep 17 00:00:00 2001 From: Hung Viet Nguyen Date: Fri, 11 Mar 2022 17:44:47 +0700 Subject: [PATCH] Fix a typo --- scripts/front/add-missing-keys-to-other-languages.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/front/add-missing-keys-to-other-languages.js b/scripts/front/add-missing-keys-to-other-languages.js index cb5c616a3d..6121a61ff5 100644 --- a/scripts/front/add-missing-keys-to-other-languages.js +++ b/scripts/front/add-missing-keys-to-other-languages.js @@ -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); }