Skip to content

Commit 077624c

Browse files
minor fix
1 parent 402bc46 commit 077624c

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
@@ -242,7 +242,7 @@ function suggestCommands (cmd) {
242242

243243
const suggestion = didYouMean(cmd, availableCommands)
244244
if (suggestion) {
245-
console.log(` ` + chalk.red(`Did you mean ${chalk.yellow(suggestion)}?.`))
245+
console.log(` ` + chalk.red(`Did you mean ${chalk.yellow(suggestion)}?`))
246246
}
247247
}
248248

0 commit comments

Comments
 (0)