We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c83c363 + 5acf77a commit 060c087Copy full SHA for 060c087
lib/handlebars/base.js
@@ -61,7 +61,7 @@ HandlebarsEnvironment.prototype = {
61
function registerDefaultHelpers(instance) {
62
instance.registerHelper('helperMissing', function(/* [args, ]options */) {
63
if (arguments.length === 1) {
64
- // A missing field in a {{foo}} constuct.
+ // A missing field in a {{foo}} construct.
65
return undefined;
66
} else {
67
// Someone is actually trying to call something, blow up.
0 commit comments