Merge pull request #137 from jonathanweiss/patch-1

Fix minor typo
This commit is contained in:
Rico Sta. Cruz 2017-10-25 19:07:59 +08:00 committed by GitHub
commit 4296529acf
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