diff --git a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/animate-elements-continually-using-an-infinite-animation-count.english.md b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/animate-elements-continually-using-an-infinite-animation-count.english.md index 873dd3f891..7f176b8b75 100644 --- a/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/animate-elements-continually-using-an-infinite-animation-count.english.md +++ b/curriculum/challenges/english/01-responsive-web-design/applied-visual-design/animate-elements-continually-using-an-infinite-animation-count.english.md @@ -14,7 +14,7 @@ In this case the animation will stop after running 3 times, but it's possible to ## Instructions
-To keep the ball bouncing on the right on a continuous loop, change the animation-iteration-count property to infinite. +To keep the ball bouncing on the right on a continuous loop, change the animation-iteration-count property to infinite.
## Tests