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

Commit

Permalink
fix(decorator): removed second dot in warning message
Browse files Browse the repository at this point in the history
  • Loading branch information
robinboehm committed May 26, 2013
1 parent c77b83e commit 6a89f8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion decorator/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Generator.prototype.askForOverwrite = function askForOverwrite() {
name: 'overwriteDecorator',
message: 'Would you like to overwrite existing decorator?',
default: 'Y/n',
warning: 'Yes: Decorator will be replaced..'
warning: 'Yes: Decorator will be replaced.'
}];

this.prompt(prompts, function (err, props) {
Expand Down

0 comments on commit 6a89f8e

Please sign in to comment.