Skip to content

Commit 3768bba

Browse files
Update README.md (#1521)
1 parent 5a6a7e4 commit 3768bba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,12 @@ If you have multiple `webpack` entry points, they will all be included with `scr
123123
If you have any CSS assets in webpack's output (for example, CSS extracted with the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin))
124124
then these will be included with `<link>` tags in the HTML head.
125125

126-
If you have plugins that make use of it, `html-webpack-plugin` should be ordered first before any of the integrated plugins.
126+
If you have plugins that make use of it, `html-webpack-plugin` should be ordered first before any of the integrated Plugins.
127127

128128
<h2 align="center">Options</h2>
129129

130130
You can pass a hash of configuration options to `html-webpack-plugin`.
131-
Allowed values are as follows
131+
Allowed values are as follows:
132132

133133
|Name|Type|Default|Description|
134134
|:--:|:--:|:-----:|:----------|

0 commit comments

Comments
 (0)