diff --git a/seed/challenges/01-responsive-web-design/applied-visual-design.json b/seed/challenges/01-responsive-web-design/applied-visual-design.json
index 4938b0df24..a949a2191c 100644
--- a/seed/challenges/01-responsive-web-design/applied-visual-design.json
+++ b/seed/challenges/01-responsive-web-design/applied-visual-design.json
@@ -3117,7 +3117,7 @@
"id": "587d78a8367417b2b2512ae6",
"title": "Animate Multiple Elements at Variable Rates",
"description": [
- "In the previous challenge, you changed the animation rates for two similarly animated elements by altering their @keyframes
rules. You can achieve the same goal by manipulating the animation-duration
of multiple elements.",
+ "In the previous challenge, you changed the animation rate for an animated element by altering its @keyframes
rule. You can achieve the same goal by manipulating the animation-duration
of multiple elements.",
"In the animation running in the code editor, there are three \"stars\" in the sky that twinkle at the same rate on a continuous loop. To make them twinkle at different rates, you can set the animation-duration
property to different values for each element.",
"
animation-duration
of the elements with the classes star-1
, star-2
, and star-3
to 1s, 0.9s, and 1.1s, respectively."
@@ -3506,4 +3506,4 @@
}
}
]
-}
\ No newline at end of file
+}