From 5308332d7950835d5d4eff93a060cedaee0efeea Mon Sep 17 00:00:00 2001 From: Niraj Nandish Date: Thu, 19 Jul 2018 13:59:25 +0400 Subject: [PATCH] fix(challenges): grammatical error --- challenges/01-responsive-web-design/basic-html-and-html5.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-responsive-web-design/basic-html-and-html5.json b/challenges/01-responsive-web-design/basic-html-and-html5.json index 656420ad73..6ac829d8ac 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -365,7 +365,7 @@ "id": "bad87fee1348bd9aedf08802", "title": "Uncomment HTML", "description": [ - "Commenting is a way that you can leave comments for other developers within your code without affecting the resulting output that is displayed the end user.", + "Commenting is a way that you can leave comments for other developers within your code without affecting the resulting output that is displayed to the end user.", "Commenting is also a convenient way to make code inactive without having to delete it entirely.", "Comments in HTML starts with <!--, and ends with a -->", "
",