chore: misspell (#760)

This commit is contained in:
toBeTheLight
2018-02-01 09:55:58 -06:00
committed by Evan You
parent 98afd07017
commit 39fa6fd997

View File

@@ -56,7 +56,7 @@ program
program
.command('serve [entry]')
.description('serve a .js or vue file in development mode with zero config')
.description('serve a .js or .vue file in development mode with zero config')
.option('-o, --open', 'Open browser')
.action((entry, cmd) => {
loadCommand('serve', '@vue/cli-service-global').serve(entry, cleanArgs(cmd))