We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c77b83e commit 6a89f8eCopy full SHA for 6a89f8e
decorator/index.js
@@ -20,7 +20,7 @@ Generator.prototype.askForOverwrite = function askForOverwrite() {
20
name: 'overwriteDecorator',
21
message: 'Would you like to overwrite existing decorator?',
22
default: 'Y/n',
23
- warning: 'Yes: Decorator will be replaced..'
+ warning: 'Yes: Decorator will be replaced.'
24
}];
25
26
this.prompt(prompts, function (err, props) {
0 commit comments