mirror of
https://github.com/wassname/generator-react-webpack.git
synced 2026-09-09 11:22:44 +08:00
Merge pull request #188 from thewtex/grammar
Grammar improvement to the style prompt.
This commit is contained in:
@@ -11,7 +11,7 @@ module.exports = [
|
||||
{
|
||||
type: 'list',
|
||||
name: 'style',
|
||||
message: 'Which styles language you want to use?',
|
||||
message: 'Which style language do you want to use?',
|
||||
choices: utils.config.getChoices('style'),
|
||||
default: utils.config.getDefaultChoice('style')
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user