Skip to content

Commit 3e42482

Browse files
hallajiskipjack
authored andcommitted
Update loaders.md
Fix a tiny typo
1 parent 4d371ad commit 3e42482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/concepts/loaders.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ npm install --save-dev css-loader
2323
npm install --save-dev ts-loader
2424
```
2525

26-
And then instruct webpack to use the [`css-loader`](/loaders/css-loader) for every `.css` file the and the ['ts-loader'](https://github.com/TypeStrong/ts-loader) for all `.ts` files:
26+
And then instruct webpack to use the [`css-loader`](/loaders/css-loader) for every `.css` file and the [`ts-loader`](https://github.com/TypeStrong/ts-loader) for all `.ts` files:
2727

2828
**webpack.config.js**
2929

0 commit comments

Comments
 (0)