]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fixes #4480: typo in scaffolding page
authorMark Otto <markotto@twitter.com>
Tue, 21 Aug 2012 19:59:26 +0000 (12:59 -0700)
committerMark Otto <markotto@twitter.com>
Tue, 21 Aug 2012 19:59:26 +0000 (12:59 -0700)
docs/scaffolding.html
docs/templates/pages/scaffolding.mustache

index a8edd1705b1ed6b73ded742f9f5730412f54fdd5..4e0b2cc96a28962ee19d918c5b9362ed2505293c 100644 (file)
           <ul>
             <li>Remove <code>margin</code> on the body</li>
             <li>Set <code>background-color: white;</code> on the <code>body</code></li>
-            <li>Use the <code>@baseFontFamily</code>, <code>@baseFontSize</code>, and <code>@baseLineHeight</code> attributes as our typographyic base</li>
+            <li>Use the <code>@baseFontFamily</code>, <code>@baseFontSize</code>, and <code>@baseLineHeight</code> attributes as our typographic base</li>
             <li>Set the global link color via <code>@linkColor</code> and apply link underlines only on <code>:hover</code></li>
           </ul>
           <p>These styles can be found within <strong>scaffolding.less</strong>.</p>
index 724ab5e53eed97c4345162d2903e4654c3ee5bf2..2e56226a7726df3f5302e3342aa7e6ec2a845198 100644 (file)
@@ -46,7 +46,7 @@
           <ul>
             <li>{{_i}}Remove <code>margin</code> on the body{{/i}}</li>
             <li>{{_i}}Set <code>background-color: white;</code> on the <code>body</code>{{/i}}</li>
-            <li>{{_i}}Use the <code>@baseFontFamily</code>, <code>@baseFontSize</code>, and <code>@baseLineHeight</code> attributes as our typographyic base{{/i}}</li>
+            <li>{{_i}}Use the <code>@baseFontFamily</code>, <code>@baseFontSize</code>, and <code>@baseLineHeight</code> attributes as our typographic base{{/i}}</li>
             <li>{{_i}}Set the global link color via <code>@linkColor</code> and apply link underlines only on <code>:hover</code>{{/i}}</li>
           </ul>
           <p>{{_i}}These styles can be found within <strong>scaffolding.less</strong>.{{/i}}</p>