]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixed typo in typography documentation 7546/head
authorJonathan Knapp <jon@coffeeandcode.com>
Thu, 11 Apr 2013 19:02:29 +0000 (16:02 -0300)
committerJonathan Knapp <jon@coffeeandcode.com>
Thu, 11 Apr 2013 19:02:29 +0000 (16:02 -0300)
docs/docs.html

index ba32b329570a97038f2500540d5b896aeadd1a82..921075b78d0c679ce425d5eaf53c03ca6f592a19 100644 (file)
@@ -620,7 +620,7 @@ title: Bootstrap Documentation
     <p>Make use of HTML's default emphasis tags with lightweight styles.</p>
 
     <h3>Small text</h3>
-    <p>For de-emphasizing inline or blocks of text, <small>use the small tag</small> to set text at 85% the size of the parent. Heading elements receive their own <code>font-size</code> for nested <code>&lt;small&lt;</code> elements.</p>
+    <p>For de-emphasizing inline or blocks of text, <small>use the small tag</small> to set text at 85% the size of the parent. Heading elements receive their own <code>font-size</code> for nested <code>&lt;small&gt;</code> elements.</p>
     <div class="bs-docs-example">
       <p><small>This line of text is meant to be treated as fine print.</small></p>
     </div>