Skip to content
This repository was archived by the owner on May 29, 2023. It is now read-only.

Commit 96317f8

Browse files
vsemozhetbytljharb
authored andcommitted
[guide] fix anchor tag in README.md
Currently, this anchor with missing end tag breaks rendering: https://github.com/airbnb/javascript/blob/5d1f4b9a49ee7def65343f5efccfcce7723b9b4b/README.md#arrays--from-iterable
1 parent a510095 commit 96317f8

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
@@ -369,7 +369,7 @@ Other Style Guides
369369
const itemsCopy = [...items];
370370
```
371371
372-
<a name="arrays--from">
372+
<a name="arrays--from"></a>
373373
<a name="arrays--from-iterable"></a><a name="4.4"></a>
374374
- [4.4](#arrays--from-iterable) To convert an iterable object to an array, use spreads `...` instead of [`Array.from`](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Array/from).
375375

0 commit comments

Comments
 (0)