aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-05 08:01:33 -0700
committerMark Otto <[email protected]>2013-08-05 08:01:33 -0700
commit7a98af5ec82f230dfab774b213f401f47bd9e953 (patch)
tree298efe4ca7308daaaf8c536edf2c83c73b20e3bc /css.html
parentd2389ec7c41183bde77b39ff8f86ff827c9b2174 (diff)
downloadbootstrap-7a98af5ec82f230dfab774b213f401f47bd9e953.tar.xz
bootstrap-7a98af5ec82f230dfab774b213f401f47bd9e953.zip
typo
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index d30ee91b6..870be8bd8 100644
--- 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>