From 324d25c48195da0adc500a7780d500ea66477217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=BCdiger=20Herrmann?= Date: Wed, 10 Oct 2018 14:26:42 +0200 Subject: [PATCH] Fix typo in Scripts section --- webpack-sample/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack-sample/README.md b/webpack-sample/README.md index be012342..e82a8d1e 100644 --- a/webpack-sample/README.md +++ b/webpack-sample/README.md @@ -8,7 +8,7 @@ Webpack in configured in the [`webpack.config.js`](./webpack.config.js)-file. Fi ## Scripts -The `scripts`-section of the [`package.json`](./package.json)-file has entries for webpack. Those compile TypeScript and produce the bundle as well as producing a minified production build. Note, that there is no dedicated TypeScript-script as webpack takes are of that. +The `scripts`-section of the [`package.json`](./package.json)-file has entries for webpack. Those compile TypeScript and produce the bundle as well as producing a minified production build. Note, that there is no dedicated TypeScript-script as webpack takes care of that. ## More