fix(challenges): grammatical error
This commit is contained in:
committed by
Kristofer Koishigawa
parent
06e1ba176e
commit
5308332d79
@ -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><!--</code>, and ends with a <code>--></code>",
|
||||
"<hr>",
|
||||
|
Reference in New Issue
Block a user