From d2e8212148ee2d2ff552651d7012ad2cdd81a426 Mon Sep 17 00:00:00 2001 From: Knox Jarvis <45022934+knoxj1@users.noreply.github.com> Date: Tue, 14 Jul 2020 10:47:00 -0400 Subject: [PATCH] Update README.md Grammar --- packages/purgecss-webpack-plugin/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/purgecss-webpack-plugin/README.md b/packages/purgecss-webpack-plugin/README.md index fe5ac986..70a7a40a 100644 --- a/packages/purgecss-webpack-plugin/README.md +++ b/packages/purgecss-webpack-plugin/README.md @@ -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')