aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2012-02-11 00:02:28 -0800
committerMark Otto <[email protected]>2012-02-11 00:02:28 -0800
commita63663a3b6309e98068a79b863b0f77031e5035e (patch)
tree574fe7c6a449075dedb172bfa2f8e238a71ea9b8 /docs
parent02cb4df4697acacfdc65560e14994eccd6ebda7e (diff)
downloadbootstrap-a63663a3b6309e98068a79b863b0f77031e5035e.tar.xz
bootstrap-a63663a3b6309e98068a79b863b0f77031e5035e.zip
fix type in less docs per #1902
Diffstat (limited to 'docs')
-rw-r--r--docs/assets/bootstrap.zipbin52623 -> 52623 bytes
-rw-r--r--docs/less.html2
-rw-r--r--docs/templates/pages/less.mustache2
3 files changed, 2 insertions, 2 deletions
diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip
index 3bbb15de1..3b87a25c0 100644
--- a/docs/assets/bootstrap.zip
+++ b/docs/assets/bootstrap.zip
Binary files differ
diff --git a/docs/less.html b/docs/less.html
index 9f7df3ec9..0d1527fb3 100644
--- a/docs/less.html
+++ b/docs/less.html
@@ -123,7 +123,7 @@
</div>
<div class="span4">
<h3>Operations</h3>
- <p>Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiple, divide, add, and subtract your way to CSS sanity.</p>
+ <p>Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiply, divide, add, and subtract your way to CSS sanity.</p>
</div>
</div>
</section>
diff --git a/docs/templates/pages/less.mustache b/docs/templates/pages/less.mustache
index fe0a6eb84..742b166d2 100644
--- a/docs/templates/pages/less.mustache
+++ b/docs/templates/pages/less.mustache
@@ -47,7 +47,7 @@
</div>
<div class="span4">
<h3>{{_i}}Operations{{/i}}</h3>
- <p>{{_i}}Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiple, divide, add, and subtract your way to CSS sanity.{{/i}}</p>
+ <p>{{_i}}Make your grid, leading, and more super flexible by doing the math on the fly with operations. Multiply, divide, add, and subtract your way to CSS sanity.{{/i}}</p>
</div>
</div>
</section>