Merge pull request #1207 from wowawiwa/patch-1

Fix typo
This commit is contained in:
Rico Sta. Cruz 2019-09-25 10:03:28 +10:00 committed by GitHub
commit 39a691de4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
es6.md
View File

@ -248,7 +248,7 @@ function greet({ name, greeting }) {
greet({ name: 'Larry', greeting: 'Ahoy' })
```
Destructuring of objects and arrays can be also be done in function arguments.
Destructuring of objects and arrays can also be done in function arguments.
### Default values