mirror of
https://github.com/strapi/strapi.git
synced 2026-01-07 12:45:45 +00:00
Fix a typo
This commit is contained in:
parent
2d09531c45
commit
bc2bbffff0
@ -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);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user