Skip to content

Commit ab96817

Browse files
authored
Merge pull request #48 from qwangry/patch-2
docs: fix spelling error
2 parents 27f3292 + e32564d commit ab96817

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/standard-built-in-objects/indexed-collections/array

docs/standard-built-in-objects/indexed-collections/array/array.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ console.log(a.length);
164164

165165
| 方法 | 描述 |
166166
| :---------------- | :--------------------------------------------------------------- |
167-
| `Array.form()` | 从一个类似数组或可迭代对象中创建一个新的数组实例。 |
167+
| `Array.from()` | 从一个类似数组或可迭代对象中创建一个新的数组实例。 |
168168
| `Array.isArray()` | 用于判断指定值是否为数组。 |
169169
| `Array.of()` | 创建一个具有可变数量参数的新数组实例,而不考虑参数的数量或类型。 |
170170

0 commit comments

Comments
 (0)