Skip to content

Commit

Permalink
typo: s/will generated/will generate
Browse files Browse the repository at this point in the history
  • Loading branch information
FLGMwt committed Oct 26, 2017
1 parent 605727d commit 5e434e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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: [
Expand Down

0 comments on commit 5e434e2

Please sign in to comment.