aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorSteven Black <[email protected]>2013-09-05 13:43:04 -0400
committerSteven Black <[email protected]>2013-09-05 13:43:04 -0400
commitbdb9fd9a7c3960d24784c2e7a5ba701f3abe88c6 (patch)
treeeeeeca16a04662a41a45d0f81ead52ad65a4f33d /getting-started.html
parente94b790e642976d2de53c58f1673dcf166807a87 (diff)
downloadbootstrap-bdb9fd9a7c3960d24784c2e7a5ba701f3abe88c6.tar.xz
bootstrap-bdb9fd9a7c3960d24784c2e7a5ba701f3abe88c6.zip
Removed the '.' from '.LESS' in two instances.
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/getting-started.html b/getting-started.html
index ffc4ea9e0..fd83ba546 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -24,7 +24,7 @@ base_url: "../"
<h4>
<a href="{{ site.download_source }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'Download source']);">Download source code</a>
</h4>
- <p>Get the latest Bootstrap .LESS and JavaScript source code by downloading it directly from GitHub.</p>
+ <p>Get the latest Bootstrap LESS and JavaScript source code by downloading it directly from GitHub.</p>
<h4>
<a href="{{ site.repo }}" onclick="_gaq.push(['_trackEvent', 'Getting started', 'Download', 'GitHub project']);">Clone or fork via GitHub</a>
</h4>
@@ -50,7 +50,7 @@ base_url: "../"
{% endhighlight %}
<div class="bs-callout bs-callout-warning" id="callout-less-compilation">
- <h4>Compiling Bootstrap's .LESS files</h4>
+ <h4>Compiling Bootstrap's LESS files</h4>
<p>If you work with Bootstrap's uncompiled source code, you need to compile the .LESS files to produce usable CSS files. For compiling LESS files into CSS, we only officially support <a href="http://twitter.github.io/recess/">Recess</a>, which is Twitter's CSS hinter based on <a href="http://lesscss.org">less.js</a>.</p>
</div>
</div>