Fixed typo to es6.md

This commit is contained in:
Christopher Hamilton 2017-10-05 17:12:07 +01:00 committed by GitHub
parent 587c7aac4b
commit 680ca248a7
1 changed files with 1 additions and 1 deletions

2
es6.md
View File

@ -27,7 +27,7 @@ function fn () {
const a = 1 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) See: [Let and const](http://babeljs.io/docs/learn-es2015/#let-const)
### Backtick strings ### Backtick strings