From 3606d66171e839ee8a3c7e82d6e0e9689d6ebe01 Mon Sep 17 00:00:00 2001 From: 2heal1 Date: Mon, 6 Jun 2022 18:10:25 +0800 Subject: [PATCH] fix: typo --- 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**