Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Antoine Lehurt committed Feb 27, 2014
1 parent 7beca12 commit 837191c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/component-generate
Expand Up @@ -57,7 +57,7 @@ var filepath = resolve(__dirname, '../template/' + ext.replace('.', '') + '/' +
var tplExists = fs.existsSync(filepath);

if (!tplExists && templateName !== 'default') {
utils.fatal('the template "' + templateName + '" does\'nt exists');
utils.fatal('the template "' + templateName + '" doesn\'t exist');
}

var content = tplExists
Expand Down

0 comments on commit 837191c

Please sign in to comment.