diff --git a/guide/english/javascript/es6/index.md b/guide/english/javascript/es6/index.md
index dd17f0ec39..334422fe88 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.