Skip to content

Commit

Permalink
Merge pull request #19 from bboyle/patch-2
Browse files Browse the repository at this point in the history
fix spelling in log message
  • Loading branch information
dderevjanik committed Jul 27, 2020
2 parents 234d797 + 89de583 commit cca89cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/extract-data-from-vsi.script.ts
Expand Up @@ -36,5 +36,5 @@ fetch(LANG_URL, {})
});
const languagesJSON = JSON.stringify(languages, null, 2);
writeFileSync('./data/generated/languages-vsi.json', languagesJSON);
log.info("sucesffullly downloaded and generated langauge definitions");
log.info("successfully downloaded and generated language definitions");
});

0 comments on commit cca89cd

Please sign in to comment.