aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/css
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-03-17 03:15:27 -0700
committerChris Rebert <[email protected]>2014-03-17 03:15:27 -0700
commit4df96c768f823106949ea07898b231ab8d40b109 (patch)
tree8187e579973ca509bfa54f885921b15fd4900766 /docs/_includes/css
parenteea9eabb83a54402f0219d799e2156525d3c7709 (diff)
downloadbootstrap-4df96c768f823106949ea07898b231ab8d40b109.tar.xz
bootstrap-4df96c768f823106949ea07898b231ab8d40b109.zip
fix description of <mark>
#12956 errata
Diffstat (limited to 'docs/_includes/css')
-rw-r--r--docs/_includes/css/type.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html
index 80e30cd42..2ea046519 100644
--- a/docs/_includes/css/type.html
+++ b/docs/_includes/css/type.html
@@ -107,7 +107,7 @@
<!-- Inline text elements -->
<h2 id="type-inline-text">Inline text elements</h2>
<h3>Marked text</h3>
- <p>For indicating blocks of text that have been deleted use the <code>&lt;mark&gt;</code> tag.</p>
+ <p>For highlighting a run of text due to its relevance in another context, use the <code>&lt;mark&gt;</code> tag.</p>
<div class="bs-example">
<p>You can use the mark tag to <mark>highlight</mark> text.</p>
</div>