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 67852aab690..e792a41c5a2 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