aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMladen Plavsic <[email protected]>2013-06-05 13:59:13 +0300
committerMladen Plavsic <[email protected]>2013-06-05 13:59:13 +0300
commit232c03dc2f076534633f4579b8becf88633d07e7 (patch)
tree1f1dfa0d609e48a8da2a429e958d1021908fe92c /docs
parent45c5b4e45c1d6479801dc205e13b350e334ebcd0 (diff)
downloadbootstrap-232c03dc2f076534633f4579b8becf88633d07e7.tar.xz
bootstrap-232c03dc2f076534633f4579b8becf88633d07e7.zip
Update css.html
Missing word "in" in "Someone famous in Source Title"
Diffstat (limited to 'docs')
-rw-r--r--docs/css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/css.html b/docs/css.html
index 264d4c672..2806d3e4a 100644
--- a/docs/css.html
+++ b/docs/css.html
@@ -504,7 +504,7 @@ lead: "Fundamental HTML elements styled and enhanced with extensible classes."
{% highlight html %}
<blockquote>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer posuere erat a ante.</p>
- <small>Someone famous <cite title="Source Title">Source Title</cite></small>
+ <small>Someone famous in <cite title="Source Title">Source Title</cite></small>
</blockquote>
{% endhighlight %}