Skip to content

Commit

Permalink
docs: Add comma to demo
Browse files Browse the repository at this point in the history
  • Loading branch information
jantimon authored Apr 10, 2020
1 parent b6bb7fd commit 159723c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ The `templateContent` can also access all `templateParameters` values.
**webpack.config.js**
```js
new HtmlWebpackPlugin({
inject: false
inject: false,
templateContent: ({htmlWebpackPlugin}) => `
<html>
<head>
Expand Down

0 comments on commit 159723c

Please sign in to comment.