]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
typo
authorMark Otto <otto@github.com>
Mon, 5 Aug 2013 15:01:33 +0000 (08:01 -0700)
committerMark Otto <otto@github.com>
Mon, 5 Aug 2013 15:01:33 +0000 (08:01 -0700)
css.html

index d30ee91b635c79ea097b8aa339a7082504659265..870be8bd8c9b706e9a8cfeb2db243c343f21fcd3 100644 (file)
--- a/css.html
+++ b/css.html
@@ -34,7 +34,7 @@ base_url: "../"
     <h3 id="overview-responsive-images">Responsive images</h3>
     <p>Images in Bootstrap 3 can be made responsive-friendly via the addition of the <code>.img-responsive</code> class. This applies <code>max-width: 100%;</code> and <code>height: auto;</code> to the image so that it scales nicely to the parent element.</p>
 {% highlight html %}
-<img src="..." class="img-responsive" alt="Reponsive image">
+<img src="..." class="img-responsive" alt="Responsive image">
 {% endhighlight %}
 
     <h3 id="overview-type-links">Typography and links</h3>