Skip to content

Commit be5c90a

Browse files
committed
[docs] Array.from, not Array#from
1 parent 56a524a commit be5c90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ Other Style Guides
355355
```
356356
357357
<a name="arrays--from"></a><a name="4.4"></a>
358-
- [4.4](#arrays--from) To convert an array-like object to an array, use [Array#from](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/from).
358+
- [4.4](#arrays--from) To convert an array-like object to an array, use [Array.from](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/from).
359359
360360
```javascript
361361
const foo = document.querySelectorAll('.foo');

0 commit comments

Comments
 (0)