Skip to content

Commit b3f7050

Browse files
committed
Fixed a typo.
1 parent f1fa9eb commit b3f7050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ghp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ function fill(templateFile, model, encoding, viewsDir, extn) {
3232

3333
exports.fill = fill;
3434

35-
exports.fillText = function(text, odel) {
35+
exports.fillText = function(text, model) {
3636
return compile(text, helpers.length)(model, helpers);
3737
}
3838

0 commit comments

Comments
 (0)