Skip to content

Commit 167d197

Browse files
Updated Using the Compiler API (markdown)
1 parent f37ac94 commit 167d197

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Using-the-Compiler-API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ npm install -g typescript
1313
npm link typescript
1414
```
1515

16-
You will also need the node definition file for some of these samples.
17-
To acquire the definition file, run:
16+
You will also need the Node.js declaration files for some of these samples.
17+
To acquire the declaration files, run:
1818

1919
```sh
2020
npm install -D @types/node

0 commit comments

Comments
 (0)