This commit is contained in:
Saleh Batati
2015-07-30 06:02:51 +03:00
parent c83c363a58
commit fe057168ae
+1 -1
View File
@@ -61,7 +61,7 @@ HandlebarsEnvironment.prototype = {
function registerDefaultHelpers(instance) {
instance.registerHelper('helperMissing', function(/* [args, ]options */) {
if (arguments.length === 1) {
// A missing field in a {{foo}} constuct.
// A missing field in a {{foo}} construct.
return undefined;
} else {
// Someone is actually trying to call something, blow up.