From 99e06adc63b525c57dc3a030a58a54ca3dd981a4 Mon Sep 17 00:00:00 2001 From: Zhang Hang Date: Mon, 6 Jun 2022 23:55:57 +0800 Subject: [PATCH] docs: typo (#1454) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5bd9beb7..6349285c 100644 --- a/README.md +++ b/README.md @@ -635,7 +635,7 @@ module.exports = { ###### `RegExp` -Enable css modules for files based on the filename satisfying your regex check. +Enable CSS modules for files based on the filename satisfying your regex check. **webpack.config.js** @@ -659,7 +659,7 @@ module.exports = { ###### `function` -Enable css modules for files based on the filename satisfying your filter function check. +Enable CSS modules for files based on the filename satisfying your filter function check. **webpack.config.js**