fix(challenges): grammatical error

This commit is contained in:
Niraj Nandish
2018-07-19 13:59:25 +04:00
committed by Kristofer Koishigawa
parent 06e1ba176e
commit 5308332d79

View File

@ -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 <code>&#60;!--</code>, and ends with a <code>--&#62;</code>",
"<hr>",