diff options
| author | Mark Otto <[email protected]> | 2012-08-21 12:59:26 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-08-21 12:59:26 -0700 |
| commit | 06c718b1d36f2cf518004f6074611a4ccb10dca5 (patch) | |
| tree | 439051f1e4715cc4d8b148a428fe2f8381b39239 /docs/scaffolding.html | |
| parent | 55facf1f2ed9606f17504ac92a4c3b17a9c5e20b (diff) | |
| download | bootstrap-06c718b1d36f2cf518004f6074611a4ccb10dca5.tar.xz bootstrap-06c718b1d36f2cf518004f6074611a4ccb10dca5.zip | |
fixes #4480: typo in scaffolding page
Diffstat (limited to 'docs/scaffolding.html')
| -rw-r--r-- | docs/scaffolding.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index a8edd1705..4e0b2cc96 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -117,7 +117,7 @@ <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> |
