From 18da7faf8bbd321af13be2e6d972068cc80d0ff8 Mon Sep 17 00:00:00 2001
From: PythonCoderAS
Date: Mon, 10 Jan 2022 20:07:15 -0500
Subject: [PATCH] Reword sentence
The old form does not make grammatical sense.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8f784c70..0f19738f 100644
--- a/README.md
+++ b/README.md
@@ -1446,7 +1446,7 @@ For `production` builds it's recommended to extract the CSS from your bundle bei
This can be achieved by using the [mini-css-extract-plugin](https://github.com/webpack-contrib/mini-css-extract-plugin), because it creates separate css files.
For `development` mode (including `webpack-dev-server`) you can use [style-loader](https://github.com/webpack-contrib/style-loader), because it injects CSS into the DOM using multiple and works faster.
-> i Do not use together `style-loader` and `mini-css-extract-plugin`.
+> i Do not use `style-loader` and `mini-css-extract-plugin` together.
**webpack.config.js**