Skip to content

Commit 6e690f3

Browse files
Alex RohlederAkryum
authored andcommitted
docs: fix typo (#1556)
1 parent a0489a7 commit 6e690f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module.exports = {
123123
- Type: `Array<string | RegExp>`
124124
- Default: `[]`
125125

126-
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.
126+
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.
127127

128128
### productionSourceMap
129129

0 commit comments

Comments
 (0)