From 680ca248a739bc15f9b4f0b2d693368629e4e656 Mon Sep 17 00:00:00 2001 From: Christopher Hamilton Date: Thu, 5 Oct 2017 17:12:07 +0100 Subject: [PATCH] Fixed typo to es6.md --- es6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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