aboutsummaryrefslogtreecommitdiff
path: root/css.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-12-19 19:10:16 -0800
committerChris Rebert <[email protected]>2013-12-19 19:10:16 -0800
commit2c5e5b23e132d59c3f459b25a31a81689cc088fd (patch)
tree5d560fbd0caba22dab7770fbf9e4cd4aef75d78b /css.html
parent523eca14e81dcb448468e6881f7e071e5d7896e4 (diff)
parent2e0337a61b36cb53dcbf8d171fc6ebdc8c084ac5 (diff)
downloadbootstrap-2c5e5b23e132d59c3f459b25a31a81689cc088fd.tar.xz
bootstrap-2c5e5b23e132d59c3f459b25a31a81689cc088fd.zip
Merge pull request #11951 from bnewcomb/master
Fix sentence grammar
Diffstat (limited to 'css.html')
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index cba0c4536..6119b2e04 100644
--- a/css.html
+++ b/css.html
@@ -2906,7 +2906,7 @@ a {
<p>Note that the <code>@link-color-hover</code> uses a function, another awesome tool from LESS, to automagically create the right hover color. You can use <code>darken</code>, <code>lighten</code>, <code>saturate</code>, and <code>desaturate</code>.</p>
<h3 id="less-variables-typography">Typography</h3>
- <p>Easily set your type face, text size, leading, and more with a few quick variables. Bootstrap makes use of these as well to provide easy typographic mixins as well.</p>
+ <p>Easily set your type face, text size, leading, and more with a few quick variables. Bootstrap makes use of these as well to provide easy typographic mixins.</p>
{% highlight css %}
@font-family-sans-serif: "Helvetica Neue", Helvetica, Arial, sans-serif;
@font-family-serif: Georgia, "Times New Roman", Times, serif;