From 6e690f355a4aef05500f97d6130208574aa8f9ff Mon Sep 17 00:00:00 2001 From: Alex Rohleder Date: Wed, 13 Jun 2018 11:07:40 +0200 Subject: [PATCH] docs: fix typo (#1556) --- docs/config/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/README.md b/docs/config/README.md index a03185932..ad48a2f20 100644 --- a/docs/config/README.md +++ b/docs/config/README.md @@ -123,7 +123,7 @@ module.exports = { - Type: `Array` - Default: `[]` - By default `babel-loader` ignores all files inside `node_modules`. If you want to explicitly trasnpile a dependency with Babel, you can list it in this option. + By default `babel-loader` ignores all files inside `node_modules`. If you want to explicitly transpile a dependency with Babel, you can list it in this option. ### productionSourceMap