From bd5748bb89031a1111bd60789264e6712f838745 Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 24 Jan 2016 10:14:47 -0500 Subject: [PATCH] Grammar improvement to the style prompt. --- generators/app/prompts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generators/app/prompts.js b/generators/app/prompts.js index 77a90fe..cfa9359 100644 --- a/generators/app/prompts.js +++ b/generators/app/prompts.js @@ -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') },