Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Grammar
  • Loading branch information
knoxj1 committed Jul 14, 2020
1 parent cc43d4c commit d2e8212
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/purgecss-webpack-plugin/README.md
Expand Up @@ -87,7 +87,7 @@ The options available in purgecss [Configuration](https://www.purgecss.com/confi

* #### paths

With the webpack plugin, you can specified the content that should be analyzed by purgecss with an array of filename. It can be html, pug, blade, ... files. You can use a module like `glob` or `glob-all` to easily get a list of files.
With the webpack plugin, you can specify the content that should be analyzed by purgecss with an array of filename. It can be html, pug, blade, ... files. You can use a module like `glob` or `glob-all` to easily get a list of files.

```js
const PurgeCSSPlugin = require('purgecss-webpack-plugin')
Expand Down

0 comments on commit d2e8212

Please sign in to comment.