Skip to content

Commit b64d284

Browse files
committed
cr feedback
1 parent e90b519 commit b64d284

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
This tool is used to generate `dom.generated.d.ts` and `webworker.generated.d.ts` for TypeScript, and `domWeb.js` and `domWindows.js` for Visual Studio JavaScript language service. The input file is the XML spec file generated by the Microsoft Edge browser.
66

77
## Build Instruction
8-
To build the tool, simply clone the repo, and run `build.cmd` (Windows) or `build.sh` (OSX) in command line. If it runs successfully, the output files will be generated under the `generated` folder.
8+
To build the tool, simply clone the repo, and run `build.cmd` (Windows) or `build.sh` (OS X/Unix) in command line. If it runs successfully, the output files will be generated under the `generated` folder.
99

1010
Note: for OSX users, [Mono 4.2](http://www.mono-project.com/download/alpha/) is required.
1111

@@ -18,7 +18,7 @@ For common changes, it is sufficient to change the json files.
1818
There are three json files that are used to alter the file generation: `addedTypes.json`, `overridingTypes.json` and `removedTypes.json`.
1919
The format of each file can be inferred from their existing content.
2020

21-
The common steps to send a pull request is:
21+
The common steps to send a pull request are:
2222
0. Open or refer to an issue in the [TypeScript repo](https://github.com/Microsoft/TypeScript).
2323
1. Add missing elements to `inputfiles/addedTypes.json`, overriding elements to `inputfiles/overridingTypes.json`, or elements to remove to `inputfiles/removedTypes.json`.
2424
2. Run the script locally to obtain new `dom.generated.d.ts` and `webworker.generated.d.ts`.

0 commit comments

Comments
 (0)