diff --git a/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.spanish.md b/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.spanish.md
index c79946dc42..8eff0dfa8e 100644
--- a/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.spanish.md
+++ b/curriculum/challenges/spanish/01-responsive-web-design/basic-html-and-html5/inform-with-the-paragraph-element.spanish.md
@@ -7,7 +7,7 @@ localeTitle: Informar con el elemento de párrafo
---
## Description
-p
elementos p
son el elemento preferido para el texto de párrafo en sitios web. p
es la abreviatura de "párrafo". Puedes crear un elemento de párrafo como este: <p>I'm ap tag!</p>
p
son el elemento preferido para el texto de los párrafos en sitios web. p
es la abreviatura de "párrafo". Puedes crear un elemento de párrafo como este: <p>¡Soy una etiqueta p!</p>
p
debajo de tu elemento h2
y dale el texto "Hola Párrafo".