Fixed Typo: Changed 'the the' to 'the' (#17011)

Closes Issue #17000
This commit is contained in:
Giovanni HoSang
2018-04-03 06:04:11 -07:00
committed by Stuart Taylor
parent 181949b2c7
commit a028471a86

View File

@ -313,7 +313,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 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 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>",