aboutsummaryrefslogtreecommitdiff
path: root/docs/templates
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-01-31 09:37:44 -0800
committerMark Otto <[email protected]>2012-01-31 09:37:44 -0800
commit9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd (patch)
tree406930b7eb5c9145cfcf38ca4e89349862ac9131 /docs/templates
parentcc5415b8896181ee784f63b0a4004671f175c1c4 (diff)
downloadbootstrap-9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd.tar.xz
bootstrap-9cfae03fd493b4fdadb0fe873fe63831cfb5ccfd.zip
fix typo in base css docs
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/pages/base-css.mustache2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index 34ac69cd7..cfa20ea20 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -29,7 +29,7 @@
<div class="row">
<div class="span4">
<h3>{{_i}}Typographic scale{{/i}}</h3>
- <p>{{_i}}The entire typographic grid is based on two Less variables in our preboot.less file: <code>@baseFontSize</code> and <code>@baseLineHeight</code>. The first is the base font-size used throughout and the second is the base line-height.{{/i}}</p>
+ <p>{{_i}}The entire typographic grid is based on two Less variables in our variables.less file: <code>@baseFontSize</code> and <code>@baseLineHeight</code>. The first is the base font-size used throughout and the second is the base line-height.{{/i}}</p>
<p>{{_i}}We use those variables, and some math, to create the margins, paddings, and line-heights of all our type and more.{{/i}}</p>
</div>
<div class="span4">