Skip to content

Commit 060c087

Browse files
committed
Merge pull request #1068 from 0xack13/master
Fix typo
2 parents c83c363 + 5acf77a commit 060c087

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/handlebars/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ HandlebarsEnvironment.prototype = {
6161
function registerDefaultHelpers(instance) {
6262
instance.registerHelper('helperMissing', function(/* [args, ]options */) {
6363
if (arguments.length === 1) {
64-
// A missing field in a {{foo}} constuct.
64+
// A missing field in a {{foo}} construct.
6565
return undefined;
6666
} else {
6767
// Someone is actually trying to call something, blow up.

0 commit comments

Comments
 (0)