From: Chris Rebert Date: Fri, 3 Jan 2014 20:29:45 +0000 (-0800) Subject: flip order so sentence reads better X-Git-Tag: v3.1.0~125^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=007d61cfadc6f962fc3abc7119f7b9d68f7cd204;p=thirdparty%2Fbootstrap.git flip order so sentence reads better --- diff --git a/docs/getting-started.html b/docs/getting-started.html index f58d50c9e0..a09b78f6aa 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -106,7 +106,7 @@ bootstrap/ └── examples/ {% endhighlight %} -

The less/, js/, and fonts/ are the source code for our CSS, JS, and icon fonts (respectively). The dist/ folder includes everything listed in the precompiled download section above. The docs/ folder includes examples/ of Bootstrap usage, and the source code for our documentation. Beyond that, any other included file provides support for packages, license information, and development.

+

The less/, js/, and fonts/ are the source code for our CSS, JS, and icon fonts (respectively). The dist/ folder includes everything listed in the precompiled download section above. The docs/ folder includes the source code for our documentation, and examples/ of Bootstrap usage. Beyond that, any other included file provides support for packages, license information, and development.