diff --git a/es6.md b/es6.md index 166a2be7f..62a928183 100644 --- a/es6.md +++ b/es6.md @@ -27,7 +27,7 @@ function fn () { const a = 1 ``` -`let` is the new `var`. Constants work just ilke `let`, but can't be reassigned. +`let` is the new `var`. Constants work just like `let`, but can't be reassigned. See: [Let and const](http://babeljs.io/docs/learn-es2015/#let-const) ### Backtick strings