Skip to content
Closed
Prev Previous commit
Next Next commit
fix typos 🚧
  • Loading branch information
jamesgeorge007 authored Dec 21, 2018
commit 1de93a19e50d787d1ceb23d442303d0560d04b24
2 changes: 1 addition & 1 deletion packages/@vue/cli/bin/vue.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ program
const options = cleanArgs(cmd)
if(program.args.length > 1){
program.outputHelp()
console.log(chalk.red.bold('\n Kindly provide only one arguement as the appname'))
console.log(chalk.red.bold('\n Kindly provide only one argument as the appname'))
}
// --git makes commander to default git to true
if (process.argv.includes('-g') || process.argv.includes('--git')) {
Expand Down