From dfb98e70f813562c007249152ba902e53cbd94e1 Mon Sep 17 00:00:00 2001 From: Tom Quirk Date: Thu, 6 Feb 2020 07:26:46 +0930 Subject: [PATCH] Fix typo in template option docts of -> on --- docs/template-option.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/template-option.md b/docs/template-option.md index 9df73e1b..f4e5423a 100644 --- a/docs/template-option.md +++ b/docs/template-option.md @@ -20,7 +20,7 @@ There are three ways to set the loader: ## 1) Don't set any loader By default (if you don't specify any loader in any way) a [fallback ejs loader](https://github.com/jantimon/html-webpack-plugin/blob/master/lib/loader.js) kicks in. -Please note that this loader does not support the full ejs syntax as it is based of [lodash template](https://lodash.com/docs/#template). +Please note that this loader does not support the full ejs syntax as it is based on [lodash template](https://lodash.com/docs/#template). ```js {