diff --git a/webpack.config.md b/webpack.config.md index 0a918396..ff645990 100644 --- a/webpack.config.md +++ b/webpack.config.md @@ -1,4 +1,4 @@ -Add the `test.html`for the WebView exmaple via the following line in `webpack.config.js` +Add the `test.html` for the WebView examples via the following line in `webpack.config.js` ```JS new CopyWebpackPlugin([ @@ -7,4 +7,4 @@ new CopyWebpackPlugin([ { from: { glob: "**/*.jpg" } }, { from: { glob: "**/*.png" } }, ] -``` \ No newline at end of file +```