Merge pull request #1102 from EricWarnke/patch-1

Spelling/grammar fix
This commit is contained in:
Michael Teeuw 2017-12-13 09:22:38 +01:00 committed by GitHub
commit 8d74258ce2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;