Translated html comment (#23854)

* Update index.md

Translated this "Leave some space between the h1 and the p in order to understand what are we talking about." to this " Deja espacio entre <h1> y <p> para mejor entender el codigo."

* Fix proposed translation for clearer text
pull/30249/head^2
E.T 2019-07-02 20:13:28 -05:00 committed by Randell Dawson
parent c309fe0fdf
commit 1cee27b04c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ Los comentarios comienzan con `<!--` y finalizan con `-->` , y pueden abarcar va
<html>
<body>
<h1>FreeCodeCamp web</h1>
<!-- Leave some space between the h1 and the p in order to understand what are we talking about-->
<!-- Deja espacio entre <h1> y <p> para entender mejor el codigo. -->
<p>FreeCodeCamp is an open-source project that needs your help</p>
<!-- For readability of code use proper indentation -->
</body>