From 5e434e2499e035efd20d1dcd741c6150a03c46ce Mon Sep 17 00:00:00 2001 From: Ryan Stelly Date: Thu, 26 Oct 2017 09:11:59 -0500 Subject: [PATCH] typo: s/will generated/will generate --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c770a01da..8c730785e 100644 --- a/README.md +++ b/README.md @@ -427,7 +427,7 @@ compilation without being explicitly imported, and therefore not picked up by we ### Usage with Webpack watch -Because TS will generated .js and .d.ts files, you should ignore these files, otherwise watchers may go into an infinite watch loop. For example, when using Webpack, you may wish to add this to your webpack.conf.js file: +Because TS will generate .js and .d.ts files, you should ignore these files, otherwise watchers may go into an infinite watch loop. For example, when using Webpack, you may wish to add this to your webpack.conf.js file: ```js plugins: [