diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json
index 5f5d0ff63e7..a9e04b51bed 100644
--- a/seed/challenges/bootstrap.json
+++ b/seed/challenges/bootstrap.json
@@ -91,7 +91,7 @@
"title": "Make Images Mobile Responsive",
"difficulty": 2.02,
"description": [
- "First, Add a new image below the existing one. Set it's src attribute to http://bit.ly/fcc-running-cats.",
+ "First, add a new image below the existing one. Set it's src attribute to http://bit.ly/fcc-running-cats.",
"It would be great if this image could be exactly the width of our phone's screen.",
"Fortunately, with Bootstrap, all we need to do is add the img-responsive class to your image. Do this, and the image should perfectly fit the width of your page."
],