From abb7962d09efb3799be98240fbd2a1a22bf7941d Mon Sep 17 00:00:00 2001 From: slegarraga <64795732+slegarraga@users.noreply.github.com> Date: Thu, 19 Feb 2026 20:55:34 -0300 Subject: [PATCH] =?UTF-8?q?fix:=20correct=20typo=20'recieve'=20=E2=86=92?= =?UTF-8?q?=20'receive'=20in=20DOCS.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- DOCS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DOCS.md b/DOCS.md index c45e950..f5718bc 100644 --- a/DOCS.md +++ b/DOCS.md @@ -226,7 +226,7 @@ module.exports = { # Usage with create-react-app -create-react-app by default don't use .babelrc, so in webpack.config.dev.js, add plugins property within js loader like below. Note that plugins recieve an array. +create-react-app by default don't use .babelrc, so in webpack.config.dev.js, add plugins property within js loader like below. Note that plugins receive an array. ```js // Process JS with Babel.