Skip to content

Commit

Permalink
Fixing the typos and grammatical errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitm15 committed Feb 21, 2020
1 parent a014aa7 commit 1c29100
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion packages/webpack-scaffold/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1c29100

Please sign in to comment.