Update CONTRIBUTING.md

respond to review comments
This commit is contained in:
Mohamed Hegazy 2015-10-29 17:33:09 -07:00
parent 71cbaef79e
commit 0c3d52e8b1

View file

@ -41,9 +41,9 @@ To build the library files, run
jake lib
```
`src\lib\dom.generated.d.ts` and `webworker.generated.d.ts`:
`src\lib\dom.generated.d.ts` and `src\lib\webworker.generated.d.ts`:
These two files represent the DOM typings and are auto-generated. To make any modifications to them, please update the generation script in https://github.com/Microsoft/TSJS-lib-generator
These two files represent the DOM typings and are auto-generated. To make any modifications to them, please submit a PR to https://github.com/Microsoft/TSJS-lib-generator
## Running the Tests