From 93360f4e0177152dad84df30c0f0b339ebc9ad5d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ezgi=20Kays=C4=B1=20Kesler?= <32304427+ezgikaysikesler@users.noreply.github.com> Date: Wed, 18 Sep 2019 20:51:55 +0300 Subject: [PATCH] fix:Typo in uncomment-html page (#36800) * fix:Typo in uncomment-html page * Update curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/uncomment-html.english.md removed comma Co-Authored-By: Parth Parth <34807532+thecodingaviator@users.noreply.github.com> --- .../basic-html-and-html5/uncomment-html.english.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/uncomment-html.english.md b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/uncomment-html.english.md index 67852aab69..e792a41c5a 100644 --- a/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/uncomment-html.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/basic-html-and-html5/uncomment-html.english.md @@ -10,7 +10,7 @@ forumTopicId: 18329
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 --> +Comments in HTML start with <!-- and end with a -->
## Instructions