Skip to content

Commit 30cf7c1

Browse files
authored
Fix more typos
1 parent 0fc5202 commit 30cf7c1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ You can use a relative path or Webpack alias to a source file.
2525
A template imported in JS will be compiled into [template function](#template-in-js). You can use the **template function** in JS to render the template with variables in runtime on the client-side in the browser.
2626

2727

28-
This plugin is an **advanced replacer** of `html-webpack-plugin` and many other [plugins and loaders](#list-of-plugins).
28+
This plugin is an **advanced replacement** of `html-webpack-plugin` and many other [plugins and loaders](#list-of-plugins).
2929

3030
<!--
3131
<table align="center">
@@ -399,14 +399,14 @@ module.exports = {
399399
> Don't use Webpack's `output.filename`, hold all relevant settings in one place - in plugin options.\
400400
> Both places have the same effect, but `js.filename` has priority over `output.filename`.
401401
402-
No additional template loader is required. The plugin handels templates with base `EJS`-like syntax automatically.
402+
No additional template loader is required. The plugin handles templates with base `EJS`-like syntax automatically.
403403
The default templating engine is [Eta](https://eta.js.org).
404404

405405
For using the native `EJS` syntax see [Templating with EJS](#using-template-ejs).\
406406
For using the `Handlebars` see [Templating with Handlebars](#using-template-handlebars).\
407407
For other templates see [Template engines](#template-engine).
408408

409-
For custom templates, you can use the [preprocessor](#loader-option-preprocessor) option to handels any template engine.
409+
For custom templates, you can use the [preprocessor](#loader-option-preprocessor) option to handle any template engine.
410410

411411
<table>
412412
<tr>

0 commit comments

Comments
 (0)