diff options
| author | Chris Rebert <[email protected]> | 2014-01-03 12:29:45 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2014-01-03 12:29:45 -0800 |
| commit | 007d61cfadc6f962fc3abc7119f7b9d68f7cd204 (patch) | |
| tree | 88d36c86507ca2e28b99d79291647a5eb486d01f /docs/getting-started.html | |
| parent | 56b5f5b353254402b8e999d9ff003d00b7e381ac (diff) | |
| download | bootstrap-007d61cfadc6f962fc3abc7119f7b9d68f7cd204.tar.xz bootstrap-007d61cfadc6f962fc3abc7119f7b9d68f7cd204.zip | |
flip order so sentence reads better
Diffstat (limited to 'docs/getting-started.html')
| -rw-r--r-- | docs/getting-started.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting-started.html b/docs/getting-started.html index f58d50c9e..a09b78f6a 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -106,7 +106,7 @@ bootstrap/ └── examples/ {% endhighlight %} </div> - <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes <code>examples/</code> of Bootstrap usage, and the source code for our documentation. Beyond that, any other included file provides support for packages, license information, and development.</p> + <p>The <code>less/</code>, <code>js/</code>, and <code>fonts/</code> are the source code for our CSS, JS, and icon fonts (respectively). The <code>dist/</code> folder includes everything listed in the precompiled download section above. The <code>docs/</code> folder includes the source code for our documentation, and <code>examples/</code> of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.</p> <!-- Template |
