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>
pull/36815/head
Ezgi Kaysı Kesler 2019-09-18 20:51:55 +03:00 committed by Randell Dawson
parent 44216f231a
commit 93360f4e01
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ forumTopicId: 18329
<section id='description'>
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 <code>&#60;!--</code>, and ends with a <code>--&#62;</code>
Comments in HTML start with <code>&#60;!--</code> and end with a <code>--&#62;</code>
</section>
## Instructions