Skip to content

Commit cbf9ade

Browse files
michael-orzelljharb
authored andcommitted
[guide] Added period to 4.4 for formatting consistency.
1 parent 206d25b commit cbf9ade

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
@@ -376,7 +376,7 @@ Other Style Guides
376376

377377
<a name="arrays--from"></a>
378378
<a name="arrays--from-iterable"></a><a name="4.4"></a>
379-
- [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).
379+
- [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)
380380

381381
```javascript
382382
const foo = document.querySelectorAll('.foo');

0 commit comments

Comments
 (0)