summaryrefslogtreecommitdiffstats
path: root/spec/precompiler.js
diff options
context:
space:
mode:
authorOr Neeman <oneeman@gmail.com>2014-12-07 08:44:03 -0600
committerOr Neeman <oneeman@gmail.com>2014-12-07 09:00:56 -0600
commite7f51c2248340461ce0cdc5790f6af0203f4f1c4 (patch)
treefd5aca6878fa0e01515340621feb90644a357241 /spec/precompiler.js
parent3238645f260a77b02baa9b686cf7d5de3a7d2694 (diff)
downloadhandlebars.js-e7f51c2248340461ce0cdc5790f6af0203f4f1c4.zip
handlebars.js-e7f51c2248340461ce0cdc5790f6af0203f4f1c4.tar.gz
handlebars.js-e7f51c2248340461ce0cdc5790f6af0203f4f1c4.tar.bz2
Add instructions for 'spec/mustache' to CONTRIBUTING.md, fix a few typos elsewere
Diffstat (limited to 'spec/precompiler.js')
-rw-r--r--spec/precompiler.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/precompiler.js b/spec/precompiler.js
index c56bee6..cbbfdf7 100644
--- a/spec/precompiler.js
+++ b/spec/precompiler.js
@@ -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() {