Add instructions for 'spec/mustache' to CONTRIBUTING.md, fix a few typos elsewere

This commit is contained in:
Or Neeman
2014-12-07 08:44:03 -06:00
parent 3238645f26
commit e7f51c2248
5 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ describe('precompiler', function() {
it('should throw when combining simple and minimized', function() {
shouldThrow(function() {
Precompiler.cli({templates: [__dirname], simple: true, min: true});
}, Handlebars.Exception, 'Unable to minimze simple output');
}, Handlebars.Exception, 'Unable to minimize simple output');
});
it('should throw when combining simple and multiple templates', function() {
shouldThrow(function() {