We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c5fdd0 commit ee85f7cCopy full SHA for ee85f7c
packages/@vue/cli/bin/vue.js
@@ -114,7 +114,7 @@ program
114
program
115
.command('ui')
116
.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)')
+ .option('-p, --port <port>', 'Port used for the UI server (by default search for available port)')
118
.option('-D, --dev', 'Run in dev mode')
119
.option('--quiet', `Don't output starting messages`)
120
.option('--headless', `Don't open browser on start and output port`)
0 commit comments