Add instructions for 'spec/mustache' to CONTRIBUTING.md, fix a few typos elsewere
This commit is contained in:
+1
-1
@@ -27,7 +27,7 @@ module.exports.cli = function(opts) {
|
||||
});
|
||||
|
||||
if (opts.simple && opts.min) {
|
||||
throw new Handlebars.Exception('Unable to minimze simple output');
|
||||
throw new Handlebars.Exception('Unable to minimize simple output');
|
||||
}
|
||||
if (opts.simple && (opts.templates.length !== 1 || fs.statSync(opts.templates[0]).isDirectory())) {
|
||||
throw new Handlebars.Exception('Unable to output multiple templates in simple mode');
|
||||
|
||||
Reference in New Issue
Block a user