Skip to content

Commit f6327e1

Browse files
committed
Merge pull request #188 from thewtex/grammar
Grammar improvement to the style prompt.
2 parents 782a38b + bd5748b commit f6327e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generators/app/prompts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ module.exports = [
1111
{
1212
type: 'list',
1313
name: 'style',
14-
message: 'Which styles language you want to use?',
14+
message: 'Which style language do you want to use?',
1515
choices: utils.config.getChoices('style'),
1616
default: utils.config.getDefaultChoice('style')
1717
},

0 commit comments

Comments
 (0)