diff --git a/src/cli/utils/commander.js b/src/cli/utils/commander.js index 486723571d..12ea5ea794 100644 --- a/src/cli/utils/commander.js +++ b/src/cli/utils/commander.js @@ -86,7 +86,7 @@ function parseConfigFile(program) { options[key] = action(value); } }) - console.log(`Configuation loaded from ${jsonPath}`) + console.log(`Configuration loaded from ${jsonPath}`) } return options; }