Skip to content

Commit

Permalink
Fix typo - changes 'it's attribute' to 'its attribute'
Browse files Browse the repository at this point in the history
  • Loading branch information
uwaseem committed Oct 21, 2015
1 parent 6adbdc7 commit ee31bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/bootstrap.json
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
"id": "bad87fee1348bd9acde08812",
"title": "Make Images Mobile Responsive",
"description": [
"First, add a new image below the existing one. Set it's <code>src</code> attribute to <code>http://bit.ly/fcc-running-cats</code>.",
"First, add a new image below the existing one. Set its <code>src</code> attribute to <code>http://bit.ly/fcc-running-cats</code>.",
"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 <code>img-responsive</code> class to your image. Do this, and the image should perfectly fit the width of your page."
],
Expand Down

0 comments on commit ee31bb3

Please sign in to comment.