We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9a230 commit 4c9575aCopy full SHA for 4c9575a
CONTRIBUTING.md
@@ -36,12 +36,12 @@ Your pull request should:
36
37
The library sources are in: [src/lib](https://github.com/Microsoft/TypeScript/tree/master/src/lib)
38
39
-Library files in ```built/local/``` are updated by running
+Library files in `built/local/` are updated by running
40
```Shell
41
jake
42
```
43
44
-The files in ```lib/``` are used to bootstrap compilation and usually do not need to be updated.
+The files in `lib/` are used to bootstrap compilation and usually do not need to be updated.
45
46
#### `src/lib/dom.generated.d.ts` and `src/lib/webworker.generated.d.ts`
47
0 commit comments