Fix minor typo

This commit is contained in:
Jonathan Weiß 2017-10-24 14:12:16 +11:00 committed by GitHub
parent abd70287d7
commit 13a9caed33
1 changed files with 2 additions and 2 deletions

4
es6.md
View File

@ -256,7 +256,7 @@ See: [Object spread](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Ref
### Array spread
#### with Object spread
#### with Array spread
```js
const users = [
@ -267,7 +267,7 @@ const users = [
```
{: data-line="2,3"}
#### without Object spread
#### without Array spread
```js
const users = admins