diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 3891b3826ba..ebbe2af322a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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