Skip to content

Commit

Permalink
Fix tiny typo
Browse files Browse the repository at this point in the history
Hey noticed a tiny typo in the comment.
"as aminimalistic loader" => "as a minimalistic loader"
  • Loading branch information
adamsanderson authored and jantimon committed Jul 9, 2019
1 parent a18f809 commit 0217b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/loader.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = function (source) {
return source;
}

// The following part renders the template with lodash as aminimalistic loader
// The following part renders the template with lodash as a minimalistic loader
//
const template = _.template(source, _.defaults(options, { interpolate: /<%=([\s\S]+?)%>/g, variable: 'data' }));
// Require !!lodash - using !! will disable all loaders (e.g. babel)
Expand Down

0 comments on commit 0217b04

Please sign in to comment.