Fix typo
This commit is contained in:
parent
5cc2b785d1
commit
a6fc752871
@ -12,7 +12,7 @@ Lodash template loader for [webpack](http://webpack.github.io/). Uses `_.templat
|
||||
|
||||
``` javascript
|
||||
var template = require("tpl!./file.html");
|
||||
// => returns the template function compiled with undesrcore (lodash) templating engine.
|
||||
// => returns the template function compiled with underscore (lodash) templating engine.
|
||||
|
||||
// And then use it somewhere in your code
|
||||
template(data) // Pass object with data
|
||||
|
Loading…
Reference in New Issue
Block a user