Skip to content

Commit 7a11026

Browse files
authored
Merge pull request #7 from leinad59/main-1
fix: typo
2 parents 082baec + 8cd15d5 commit 7a11026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let arr:(number|string)[];
3232
let arr:any[];
3333
```
3434

35-
数组类型的第二种写法是使用 TypeScipt 内置的 Array 接口。
35+
数组类型的第二种写法是使用 TypeScript 内置的 Array 接口。
3636

3737
```typescript
3838
let arr:Array<number> = [1, 2, 3];

0 commit comments

Comments
 (0)