From dca0b3254e3ac7f00d70967788b0c70d18f803ff Mon Sep 17 00:00:00 2001 From: factotumMeister <43189813+factotumMeister@users.noreply.github.com> Date: Sat, 20 Oct 2018 10:27:37 -0700 Subject: [PATCH] Update index.md (#23239) just made the sentence flow a little bit more. --- guide/english/javascript/comments/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/english/javascript/comments/index.md b/guide/english/javascript/comments/index.md index 5f0fa4f1e8..5c88abd0f3 100644 --- a/guide/english/javascript/comments/index.md +++ b/guide/english/javascript/comments/index.md @@ -10,7 +10,7 @@ It is always best practice when starting out to comment more often than not, as JavaScript has two ways of assigning comments in its code. -The first way is the `//` comment; all text following `//` on the same line into a comment. For example: +The first way is the `//` comment; all text following `//` on the same line is considered as a comment. For example: ```javascript function hello() {