Skip to content

Commit ee85f7c

Browse files
fengtanAkryum
authored andcommitted
fix: Typo. (vuejs#1968)
1 parent 1c5fdd0 commit ee85f7c

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
@@ -114,7 +114,7 @@ program
114114
program
115115
.command('ui')
116116
.description('start and open the vue-cli ui')
117-
.option('-p, --port <port>', 'Port used for the UI server (by default search for awailable port)')
117+
.option('-p, --port <port>', 'Port used for the UI server (by default search for available port)')
118118
.option('-D, --dev', 'Run in dev mode')
119119
.option('--quiet', `Don't output starting messages`)
120120
.option('--headless', `Don't open browser on start and output port`)

0 commit comments

Comments
 (0)