Skip to content

Commit 39fa6fd

Browse files
toBeTheLightyyx990803
authored andcommitted
chore: misspell (#760)
1 parent 98afd07 commit 39fa6fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/@vue/cli/bin/vue.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ program
5656

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

0 commit comments

Comments
 (0)