From c2f032bfa24cc87e5568143ede5a10624b81a2e8 Mon Sep 17 00:00:00 2001 From: Pedro Colis <41034772+colis123@users.noreply.github.com> Date: Tue, 9 Apr 2019 01:50:58 -0700 Subject: [PATCH] added comma (#32712) --- guide/english/javascript/es6/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/javascript/es6/index.md b/guide/english/javascript/es6/index.md index dd17f0ec39d..334422fe88c 100644 --- a/guide/english/javascript/es6/index.md +++ b/guide/english/javascript/es6/index.md @@ -55,4 +55,4 @@ Nowadays most of the features are available in all popular browsers. The Babel that transforms new JavaScript to ES5. -Besides syntactic sugar coming from ECMAScript standards there are features that require a Polyfill. Usually they are necessary because whole class/method implementations were added to the standard. +Besides syntactic sugar coming from ECMAScript standards, there are features that require a Polyfill. Usually they are necessary because whole class/method implementations were added to the standard.