From 0c3d52e8b138fcfc464d3955f31cf41780ae0823 Mon Sep 17 00:00:00 2001 From: Mohamed Hegazy Date: Thu, 29 Oct 2015 17:33:09 -0700 Subject: [PATCH] Update CONTRIBUTING.md respond to review comments --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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