From 13a9caed338d0ecc3b4a2c0179b8c7bd4ed67431 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20Wei=C3=9F?= Date: Tue, 24 Oct 2017 14:12:16 +1100 Subject: [PATCH] Fix minor typo --- es6.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/es6.md b/es6.md index e8da91322..5c7de95ef 100644 --- a/es6.md +++ b/es6.md @@ -256,7 +256,7 @@ See: [Object spread](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Ref ### Array spread -#### with Object spread +#### with Array spread ```js const users = [ @@ -267,7 +267,7 @@ const users = [ ``` {: data-line="2,3"} -#### without Object spread +#### without Array spread ```js const users = admins