Skip to content

Commit 89efca3

Browse files
committed
docs(types): fix typos
2 parents b882d74 + eab3f87 commit 89efca3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ tsc 有很多参数,可以调整编译行为。
175175
$ tsc file1.ts file2.ts --outFile app.js
176176
```
177177

178-
上面命令将`file1.ts``file2.ts`两个脚本编译成一个 JavaScript 文件`app.ts`
178+
上面命令将`file1.ts``file2.ts`两个脚本编译成一个 JavaScript 文件`app.js`
179179

180180
**(2)--outDir**
181181

docs/tsconfig.json.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ obj.foo = undefined; // 报错
333333

334334
### inlineSourceMap
335335

336-
`inlineSourceMap`设置将 SourceMap 文件写入编译后的 JS 文件中,否则会单独生称一个`.js.map`文件。
336+
`inlineSourceMap`设置将 SourceMap 文件写入编译后的 JS 文件中,否则会单独生成一个`.js.map`文件。
337337

338338
### inlineSources
339339

0 commit comments

Comments
 (0)