From 5dfba0b834306cc81693307ab0d1bf24e798a46a Mon Sep 17 00:00:00 2001 From: Eric Warnke Date: Tue, 12 Dec 2017 15:54:33 -0700 Subject: [PATCH] Spelling/gramar fix --- tests/configs/check_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/configs/check_config.js b/tests/configs/check_config.js index f5ad61c1..c4690223 100644 --- a/tests/configs/check_config.js +++ b/tests/configs/check_config.js @@ -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;