From 8a2481282e78e44e61c1ef3e000344ba0779b7eb Mon Sep 17 00:00:00 2001 From: Rodolfo Date: Fri, 22 Feb 2019 14:42:44 -0300 Subject: [PATCH] Update add-placeholder-text-to-a-text-field.spanish.md (#22704) Removed instance of snippet that was present 2 consecutive times in a sentence (and in the english version is only one time) --- .../add-placeholder-text-to-a-text-field.spanish.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/add-placeholder-text-to-a-text-field.spanish.md b/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/add-placeholder-text-to-a-text-field.spanish.md index 240fe0bc95..b6499ba3c9 100644 --- a/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/add-placeholder-text-to-a-text-field.spanish.md +++ b/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/add-placeholder-text-to-a-text-field.spanish.md @@ -10,7 +10,7 @@ localeTitle: Añadir texto de marcador de posición a un campo de texto
El texto de marcador de posición es lo que se muestra en su elemento de input antes de que su usuario haya ingresado algo. Puede crear texto de marcador de posición de la siguiente forma: <input type="text" placeholder="this is placeholder text">
## Instructions -
Establezca el valor de placeholder de placeholder de su input texto en "URL de foto de gato".
+
Establezca el valor de placeholder de su input texto en "URL de foto de gato".
## Tests