]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Minor grammar change 11951/head
authorBen Newcomb <bnewcomb@gmail.com>
Fri, 20 Dec 2013 02:57:43 +0000 (18:57 -0800)
committerBen Newcomb <bnewcomb@gmail.com>
Fri, 20 Dec 2013 02:57:43 +0000 (18:57 -0800)
'as well' was used twice in sentence

css.html

index cba0c4536fbd802e9f4377c945aae262fc3ac4e4..6119b2e04d318ffc65838415f9ac2d75fb409625 100644 (file)
--- 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;