]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix the run-on
authorMark Otto <markdotto@gmail.com>
Sun, 30 Nov 2014 00:53:37 +0000 (16:53 -0800)
committerMark Otto <markdotto@gmail.com>
Sun, 30 Nov 2014 00:53:37 +0000 (16:53 -0800)
docs/_includes/getting-started/whats-included.html

index a5c0258d237328bf6a4ee64c44e85aa5a1834573..d18fb02787cb58e9ec1f9e218f8aec1729262c96 100644 (file)
@@ -31,7 +31,7 @@ bootstrap/
     └── glyphicons-halflings-regular.woff
 {% endhighlight %}
 
-  <p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>) and CSS source maps (<code>bootstrap.*.map</code>) for use with web browsers developer tools (if you are curious about CSS source maps check out Google Chrome developer network <a href="https://developers.google.com/chrome-developer-tools/docs/css-preprocessors" target="_blank">Working with CSS Preprocessors</a>). Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p>
+  <p>This is the most basic form of Bootstrap: precompiled files for quick drop-in usage in nearly any web project. We provide compiled CSS and JS (<code>bootstrap.*</code>), as well as compiled and minified CSS and JS (<code>bootstrap.min.*</code>). CSS <a href="https://developers.google.com/chrome-developer-tools/docs/css-preprocessors">source maps</a> (<code>bootstrap.*.map</code>) are available for use with certain browsers' developer tools. Fonts from Glyphicons are included, as is the optional Bootstrap theme.</p>
 
   <h2 id="whats-included-source">Bootstrap source code</h2>
   <p>The Bootstrap source code download includes the precompiled CSS, JavaScript, and font assets, along with source Less, JavaScript, and documentation. More specifically, it includes the following and more:</p>