From 433f2b421d79305930eb0bbb18c3bc7b6627c32f Mon Sep 17 00:00:00 2001 From: Wilfried OLLIVIER Date: Thu, 22 Nov 2018 13:14:48 +0100 Subject: [PATCH] Fix: typo --- src/dev/web/javascript/es6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dev/web/javascript/es6.md b/src/dev/web/javascript/es6.md index 9848656..2cb90b0 100644 --- a/src/dev/web/javascript/es6.md +++ b/src/dev/web/javascript/es6.md @@ -19,7 +19,7 @@ array = [1, 2, 3, 4]; console.log(Math.min(...array)); ``` -istead of the old syntax +instead of the old syntax ```javascript array = [1, 2, 3, 4];