Skip to content
This repository was archived by the owner on Mar 26, 2018. It is now read-only.

Commit 6a89f8e

Browse files
committed
fix(decorator): removed second dot in warning message
1 parent c77b83e commit 6a89f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decorator/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Generator.prototype.askForOverwrite = function askForOverwrite() {
2020
name: 'overwriteDecorator',
2121
message: 'Would you like to overwrite existing decorator?',
2222
default: 'Y/n',
23-
warning: 'Yes: Decorator will be replaced..'
23+
warning: 'Yes: Decorator will be replaced.'
2424
}];
2525

2626
this.prompt(prompts, function (err, props) {

0 commit comments

Comments
 (0)