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

Closes Issue #17000
pull/16968/merge
Giovanni HoSang 2018-04-03 06:04:11 -07:00 committed by Stuart Taylor
parent fed17f70b9
commit c2fe82ed6f
1 changed files with 1 additions and 1 deletions

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>",