From b1f147ff37dc9fa154a246722ad1e09b8e171ee5 Mon Sep 17 00:00:00 2001 From: "E.T" <42226517+code-v1@users.noreply.github.com> Date: Tue, 2 Jul 2019 20:14:03 -0500 Subject: [PATCH] Translated html comment (#23868) * Translated html comment Translated following " Your browser is lower then IE9" , "Your browser is IE9" , "Your browser is greater then IE9" to his "Si tu navegador es mas bajo de IE9" , "Si tu navegador es IE9", "Si tu navegador es mas major de IE9". * Fix proposed translation for clearer text --- guide/spanish/html/comments-in-html/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/guide/spanish/html/comments-in-html/index.md b/guide/spanish/html/comments-in-html/index.md index 5961726b41..da317951da 100644 --- a/guide/spanish/html/comments-in-html/index.md +++ b/guide/spanish/html/comments-in-html/index.md @@ -58,9 +58,9 @@ Estos comentarios solo están disponibles en Internet Explorer y pueden usarse h ```html - - - + + + ``` [Sobre los comentarios condicionales.](https://msdn.microsoft.com/en-us/library/ms537512(v=vs.85).aspx)