Skip to content

Commit

Permalink
Merge pull request #1068 from 0xack13/master
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
kpdecker committed Jul 30, 2015
2 parents c83c363 + 5acf77a commit 060c087
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/handlebars/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 060c087

Please sign in to comment.