Skip to content

Commit ec83a53

Browse files
Update CONTRIBUTING.md
1 parent 65b230e commit ec83a53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ Library files in `built/local/` are updated by running
9090
jake
9191
```
9292

93-
The files in `lib/` are used to bootstrap compilation and usually do not need to be updated.
93+
**Note**: The files in `lib/` are used to bootstrap compilation and usually do not need to be updated.
9494

95-
#### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts`
95+
#### Generated library files
9696

97-
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
97+
The files `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts` both represent type declarations for the DOM and are auto-generated. To make any modifications to them, you will have to direct changes to https://github.com/Microsoft/TSJS-lib-generator
9898

9999
## Running the Tests
100100

0 commit comments

Comments
 (0)