From 29c3121e744d38d948b38fb9504752474d078954 Mon Sep 17 00:00:00 2001 From: fengtan Date: Fri, 27 Jul 2018 21:15:27 -0400 Subject: [PATCH] Typo. --- packages/@vue/cli/bin/vue.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/@vue/cli/bin/vue.js b/packages/@vue/cli/bin/vue.js index 2f5a9866aa..fe1b2480b0 100755 --- a/packages/@vue/cli/bin/vue.js +++ b/packages/@vue/cli/bin/vue.js @@ -114,7 +114,7 @@ program program .command('ui') .description('start and open the vue-cli ui') - .option('-p, --port ', 'Port used for the UI server (by default search for awailable port)') + .option('-p, --port ', 'Port used for the UI server (by default search for available port)') .option('-D, --dev', 'Run in dev mode') .option('--quiet', `Don't output starting messages`) .option('--headless', `Don't open browser on start and output port`)