diff options
| author | Chris Rebert <[email protected]> | 2013-09-23 13:01:11 -0700 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-09-23 13:02:33 -0700 |
| commit | f503efc49086becc312665000fcbce4b9df3750d (patch) | |
| tree | cbaf93a124a2de6dc4684e6e821b30f5e29d0a35 | |
| parent | 8aa5181126d9480eef502403aa98e469a3597826 (diff) | |
| download | bootstrap-f503efc49086becc312665000fcbce4b9df3750d.tar.xz bootstrap-f503efc49086becc312665000fcbce4b9df3750d.zip | |
avoid using the term "assets" due to potential confusion
| -rw-r--r-- | getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html index 8c1652e00..4cc0aa4fe 100644 --- a/getting-started.html +++ b/getting-started.html @@ -61,7 +61,7 @@ base_url: "../" <div class="page-header"> <h1 id="whats-included">What's included</h1> </div> - <p class="lead">Within the download you'll find the following directories and files, logically grouping common assets and providing both compiled and minified variations.</p> + <p class="lead">Within the download you'll find the following directories and files, logically grouping common resources and providing both compiled and minified variations.</p> <p>Once downloaded, unzip the compressed folder to see the structure of (the compiled) Bootstrap. You'll see something like this:</p> {% highlight bash %} |
