diff options
| author | Chris Rebert <[email protected]> | 2014-03-17 03:15:27 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-03-17 03:15:27 -0700 |
| commit | 4df96c768f823106949ea07898b231ab8d40b109 (patch) | |
| tree | 8187e579973ca509bfa54f885921b15fd4900766 /docs | |
| parent | eea9eabb83a54402f0219d799e2156525d3c7709 (diff) | |
| download | bootstrap-4df96c768f823106949ea07898b231ab8d40b109.tar.xz bootstrap-4df96c768f823106949ea07898b231ab8d40b109.zip | |
fix description of <mark>
#12956 errata
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_includes/css/type.html | 2 |
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><mark></code> tag.</p> + <p>For highlighting a run of text due to its relevance in another context, use the <code><mark></code> tag.</p> <div class="bs-example"> <p>You can use the mark tag to <mark>highlight</mark> text.</p> </div> |
