diff --git a/seed/challenges/01-front-end-development-certification/jquery.json b/seed/challenges/01-front-end-development-certification/jquery.json index ff073f9a83..977281f904 100644 --- a/seed/challenges/01-front-end-development-certification/jquery.json +++ b/seed/challenges/01-front-end-development-certification/jquery.json @@ -1037,7 +1037,7 @@ "description": [ "We're done playing with our jQuery playground. Let's tear it down!", "jQuery can target the body element as well.", - "Here's how we would make the entire body fade out: $(\"body\").addClass(\"animated fadeOut\")", + "Here's how we would make the entire body fade out: $(\"body\").addClass(\"animated fadeOut\");", "But let's do something more dramatic. Add the classes animated and hinge to your body element." ], "tests": [ @@ -1090,7 +1090,7 @@ "descriptionEs": [ "Hemos terminado de jugar en nuestro patio de recreo jQuery. ¡Vamos a derribarlo!", "jQuery también puede elegir el elemento body.", - "Así es como haríamos que el cuerpo entero desapareciera: $(\"body\").addClass('animated fadeOut')", + "Así es como haríamos que el cuerpo entero desapareciera: $(\"body\").addClass('animated fadeOut');", "Pero vamos a hacer algo más dramático. Añade las clases animated y hinge a tu elemento body." ] }