Skip to content

Commit 4a78043

Browse files
committed
Update CONTRIBUTING.md
1 parent 0c3d52e commit 4a78043

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ Your pull request should:
3434

3535
## Contributing `lib.d.ts` fixes
3636

37-
The library sources are in: [src\lib\](https://github.com/Microsoft/TypeScript/tree/master/src/lib)
37+
The library sources are in: [src/lib](https://github.com/Microsoft/TypeScript/tree/master/src/lib)
3838

3939
To build the library files, run
4040
```Shell
4141
jake lib
4242
```
4343

44-
`src\lib\dom.generated.d.ts` and `src\lib\webworker.generated.d.ts`:
44+
### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts`
4545

4646
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
4747

0 commit comments

Comments
 (0)