Skip to content

Commit

Permalink
fix: word for scaffold question is error
Browse files Browse the repository at this point in the history
  • Loading branch information
vabaly committed Dec 26, 2018
1 parent 94d1c0d commit 501ded5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/generator/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Generator {
inquirer.prompt([{
type: 'list',
name: 'desc',
message: '鎮ㄦ兂瑕佸垱寤哄摢涓被鍨嬬殑宸ョ▼?',
message: '鎮ㄦ兂瑕佸垱寤哄摢绉嶇被鍨嬬殑宸ョ▼?',
choices: options
}]).then((answer) => {
let name;
Expand Down

0 comments on commit 501ded5

Please sign in to comment.