We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 782a38b commit bd5748bCopy full SHA for bd5748b
generators/app/prompts.js
@@ -11,7 +11,7 @@ module.exports = [
11
{
12
type: 'list',
13
name: 'style',
14
- message: 'Which styles language you want to use?',
+ message: 'Which style language do you want to use?',
15
choices: utils.config.getChoices('style'),
16
default: utils.config.getDefaultChoice('style')
17
},
0 commit comments