mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-03-14 13:11:10 -05:00
chore: misspell (#760)
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user