Skip to content

Commit 052e40e

Browse files
committed
Merge pull request #1 from davidroyer/patch-1
Fix typo in README example
1 parent 8572fc8 commit 052e40e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/purgecss-with-wordpress/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import purgecssWordpress from 'purgecss-with-worpress'
2525
const purgeCss = new Purgecss({
2626
content: ['**/*.html'],
2727
css: ['**/*.css'],
28-
whitelist: purgecssWorpress.whitelist,
28+
whitelist: purgecssWordpress.whitelist,
2929
whitelistPatterns: purgecssWordpress.whitelistPatterns
3030
})
3131
const result = purgecss.purge()
@@ -42,4 +42,4 @@ Purgecss-with-wordpress is based on the [gist](https://gist.github.com/frnwtr/56
4242
## License
4343

4444
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
45-
for details.
45+
for details.

0 commit comments

Comments
 (0)