diff --git a/docs/css.html b/docs/css.html
index 264d4c672c6f33988ae13f3deae917c7011dd888..2806d3e4a6a4ad67a21bd5f7f87502192c96cd59 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 %}