aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-10-28 13:11:35 -0700
committerChris Rebert <[email protected]>2014-10-28 13:11:35 -0700
commit780c9b05fe48b45628fe469dd780f8de03e23514 (patch)
tree4cb4179a69a17c37f56802749d23a99d2245ec70 /docs/_includes/getting-started
parent5589a82e80446b1a2e20c95c6fc08dcc006a1a90 (diff)
downloadbootstrap-780c9b05fe48b45628fe469dd780f8de03e23514.tar.xz
bootstrap-780c9b05fe48b45628fe469dd780f8de03e23514.zip
reads more smoothly
For @XhmikosR
Diffstat (limited to 'docs/_includes/getting-started')
-rw-r--r--docs/_includes/getting-started/tools.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started/tools.html b/docs/_includes/getting-started/tools.html
index 853ac9bdf..2a38643fa 100644
--- a/docs/_includes/getting-started/tools.html
+++ b/docs/_includes/getting-started/tools.html
@@ -2,5 +2,5 @@
<h1 id="tools" class="page-header">Tools</h1>
<h2 id="tools-bootlint">Bootlint</h2>
- <p><strong><a href="https://github.com/twbs/bootlint">Bootlint</a></strong> is an official Bootstrap HTML <a href="http://en.wikipedia.org/wiki/Lint_(software)">linter</a> tool. It automatically checks for several common HTML mistakes in webpages that are using Bootstrap in a fairly "vanilla" way. Vanilla Bootstrap's components/widgets require their parts of the DOM to conform to certain structures. Bootlint checks that instances of Bootstrap components have correctly-structured HTML. Consider adding Bootlint to your Bootstrap web development toolchain so that none of the common mistakes slow down your project's development.</p>
+ <p><strong><a href="https://github.com/twbs/bootlint">Bootlint</a></strong> is the official Bootstrap HTML <a href="http://en.wikipedia.org/wiki/Lint_(software)">linter</a> tool. It automatically checks for several common HTML mistakes in webpages that are using Bootstrap in a fairly "vanilla" way. Vanilla Bootstrap's components/widgets require their parts of the DOM to conform to certain structures. Bootlint checks that instances of Bootstrap components have correctly-structured HTML. Consider adding Bootlint to your Bootstrap web development toolchain so that none of the common mistakes slow down your project's development.</p>
</div>