diff --git a/es6.md b/es6.md index 3aea891db..3354696e4 100644 --- a/es6.md +++ b/es6.md @@ -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