aboutsummaryrefslogtreecommitdiff
path: root/docs/docs.html
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-04-11 19:54:17 -0700
committerMark Otto <[email protected]>2013-04-11 19:54:17 -0700
commit7acadc09dbd85aecb81aded9889f51db3fbcf45a (patch)
tree6e4a03cb42f2e4f92c21d910cfad9bf79a86bd99 /docs/docs.html
parentf05befff6db53d4ccc32a90092c30d2e4b61835f (diff)
parent0d70b3c54e65f323655e07ff1c29cb9230852484 (diff)
downloadbootstrap-7acadc09dbd85aecb81aded9889f51db3fbcf45a.tar.xz
bootstrap-7acadc09dbd85aecb81aded9889f51db3fbcf45a.zip
Merge pull request #7546 from CoffeeAndCode/3.0.0-wip
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 11f0e7bc9..faf658541 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>