Skip to content

Commit 5c90017

Browse files
jamessouthyyx990803
authored andcommitted
chore: fix typo [ci skip] (#1882)
initialization is misspelled intialization
1 parent 87a6272 commit 5c90017

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
@@ -49,7 +49,7 @@ program
4949
.option('-i, --inlinePreset <json>', 'Skip prompts and use inline JSON string as preset')
5050
.option('-m, --packageManager <command>', 'Use specified npm client when installing dependencies')
5151
.option('-r, --registry <url>', 'Use specified npm registry when installing dependencies (only for npm)')
52-
.option('-g, --git [message]', 'Force / skip git intialization, optionally specify initial commit message')
52+
.option('-g, --git [message]', 'Force / skip git initialization, optionally specify initial commit message')
5353
.option('-f, --force', 'Overwrite target directory if it exists')
5454
.option('-c, --clone', 'Use git clone when fetching remote preset')
5555
.option('-x, --proxy', 'Use specified proxy when creating project')

0 commit comments

Comments
 (0)