diff --git a/SECURITY.md b/SECURITY.md index 92c3d610560..544e35b994e 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -18,4 +18,4 @@ webpack CLI is currently supporting webpack v4 and webpack v5. Security fixes ar ## Reporting a Vulnerability -To report a vulnerability, please contact one of webpack maintainers through the email provided from either npm, GitHub or reach out at other social media platforms. For third party security vulnerabilities, submitting an issue or Pull Request to fix the security vulerability is much appreciated. +To report a vulnerability, please contact one of webpack maintainers through the email provided from either npm, GitHub or reach out at other social media platforms. For third party security vulnerabilities, submitting an issue or Pull Request to fix the security vulnerability is much appreciated. diff --git a/packages/webpack-scaffold/README.md b/packages/webpack-scaffold/README.md index fe7f2e7821a..d7f14ae68b8 100755 --- a/packages/webpack-scaffold/README.md +++ b/packages/webpack-scaffold/README.md @@ -86,7 +86,7 @@ this.configuration.myScaffold.webpackOptions.entry = createDynamicPromise(["app. Param: `String` -Used to create an [assetFilterFunction](https://webpack.js.org/configuration/performance/#performance-assetfilter) +Used to create a [assetFilterFunction](https://webpack.js.org/configuration/performance/#performance-assetfilter) ```js const createAssetFilterFunction = require("@webpack-cli/webpack-scaffold").createAssetFilterFunction;