From a6fc7528713859d006fba49dc1ae3ce4dbb2275d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rom=C3=A1n=20Jim=C3=A9nez?= Date: Thu, 10 May 2018 16:15:04 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84b450d..be11a10 100644 --- a/README.md +++ b/README.md @@ -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