From a028471a865c3539789fe2ff91bc9df6ac48bc17 Mon Sep 17 00:00:00 2001 From: Giovanni HoSang Date: Tue, 3 Apr 2018 06:04:11 -0700 Subject: [PATCH] Fixed Typo: Changed 'the the' to 'the' (#17011) Closes Issue #17000 --- 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 5a3a9f46ee0..0e99b1c1e21 100644 --- a/challenges/01-responsive-web-design/basic-html-and-html5.json +++ b/challenges/01-responsive-web-design/basic-html-and-html5.json @@ -313,7 +313,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 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 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 -->", "
",