Spelling/gramar fix

This commit is contained in:
Eric Warnke
2017-12-12 15:54:33 -07:00
committed by GitHub
parent b799609749
commit 5dfba0b834

View File

@@ -54,7 +54,7 @@ fs.readFile(configFileName, "utf-8", function (err, data) {
v.JSHINT(data); // Parser by jshint
if (v.JSHINT.errors.length == 0) {
console.log("Your configuration file don't containt syntax error :)");
console.log("Your configuration file doesn't contain syntax errors :)");
return true;
} else {
errors = v.JSHINT.data().errors;