aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.html
diff options
context:
space:
mode:
authorJonathan Knapp <[email protected]>2013-04-11 16:02:29 -0300
committerJonathan Knapp <[email protected]>2013-04-11 16:02:29 -0300
commit0d70b3c54e65f323655e07ff1c29cb9230852484 (patch)
tree3214b5b6339de70542d8c7c081e03a4a175be1d4 /docs/docs.html
parenta35b9b7d0cf3c046f2e8d72fe0de5efdf7918281 (diff)
downloadbootstrap-0d70b3c54e65f323655e07ff1c29cb9230852484.tar.xz
bootstrap-0d70b3c54e65f323655e07ff1c29cb9230852484.zip
fixed typo in typography documentation
Diffstat (limited to 'docs/docs.html')
-rw-r--r--docs/docs.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/docs.html b/docs/docs.html
index ba32b3295..921075b78 100644
--- a/docs/docs.html
+++ b/docs/docs.html
@@ -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>