Skip to content

docs: Fix simple typo, curent -> current #268

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions web/1.0.0/hogan.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var HoganTemplate = (function () {
return this.r(context, partials);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down Expand Up @@ -497,4 +497,4 @@ if (typeof module !== 'undefined' && module.exports) {
} else if (typeof exports !== 'undefined') {
exports.Hogan = Hogan;
exports.HoganTemplate = HoganTemplate;
}
}
4 changes: 2 additions & 2 deletions web/builds/1.0.0/hogan.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var HoganTemplate = (function () {
return this.r(context, partials);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down Expand Up @@ -497,4 +497,4 @@ if (typeof module !== 'undefined' && module.exports) {
} else if (typeof exports !== 'undefined') {
exports.Hogan = Hogan;
exports.HoganTemplate = HoganTemplate;
}
}
2 changes: 1 addition & 1 deletion web/builds/1.0.3/hogan.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var HoganTemplate = (function () {
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/1.0.4/hogan-1.0.4.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/1.0.4/hogan-1.0.4.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/1.0.4/hogan-1.0.4.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/1.0.4/hogan-1.0.4.mustache.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/1.0.4/template-1.0.4.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/1.0.5/hogan-1.0.5.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/1.0.5/hogan-1.0.5.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/1.0.5/hogan-1.0.5.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/1.0.5/hogan-1.0.5.mustache.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/1.0.5/template-1.0.5.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/2.0.0/hogan-2.0.0.amd.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/2.0.0/hogan-2.0.0.common.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/2.0.0/hogan-2.0.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/2.0.0/hogan-2.0.0.mustache.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down
2 changes: 1 addition & 1 deletion web/builds/2.0.0/template-2.0.0.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var Hogan = {};
return this.r(context, partials, indent);
},

// tries to find a partial in the curent scope and render it
// tries to find a partial in the current scope and render it
rp: function(name, context, partials, indent) {
var partial = partials[name];

Expand Down