diff --git a/es6.md b/es6.md index 4c21a5fa4..e8da91322 100644 --- a/es6.md +++ b/es6.md @@ -225,7 +225,7 @@ for (let {title, artist} in songs) { ``` {: data-line="1"} -The assignment expressions work in loops, loo. +The assignment expressions work in loops, too. Spread ------