From bf92b44fd7b3c6eab899d0225a0a25f66c62a374 Mon Sep 17 00:00:00 2001 From: Arsen Melikyan Date: Mon, 31 Aug 2015 13:30:12 +0400 Subject: [PATCH] fixes a minor typo --- challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index 5f5d0ff63e..a9e04b51be 100644 --- a/challenges/bootstrap.json +++ b/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." ],