aboutsummaryrefslogtreecommitdiff
path: root/getting-started.html
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-09 17:48:29 -0700
committerChris Rebert <[email protected]>2013-08-09 17:48:29 -0700
commitb2b44a53b7196084c0d4ba80db84c2f83171a42b (patch)
treef9d6e58d1bb4cb969d8795bbd35a86c0c6bb9c24 /getting-started.html
parentd0ac0f30b45bb7eede3ec541fbd37cb24ffd7db9 (diff)
downloadbootstrap-b2b44a53b7196084c0d4ba80db84c2f83171a42b.tar.xz
bootstrap-b2b44a53b7196084c0d4ba80db84c2f83171a42b.zip
getting-started docs: rephrase to avoid "helpful...help"
Diffstat (limited to 'getting-started.html')
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index 3bd6c0272..8e2c6632a 100644
--- a/getting-started.html
+++ b/getting-started.html
@@ -182,7 +182,7 @@ if (navigator.userAgent.match(/IEMobile\/10\.0/)) {
<div class="page-header">
<h1 id="third-parties">Third party support</h1>
</div>
- <p class="lead">While we don't officially support any third party plugins or add-ons, we do offer some helpful advice to help avoid potential issues in your projects.</p>
+ <p class="lead">While we don't officially support any third party plugins or add-ons, we do offer some useful advice to help avoid potential issues in your projects.</p>
<h3>Google Maps</h3>
<p>If you're using Google Maps on a Bootstrapped project, you might run into some display problems due to our use of <code>* { box-sizing: border-box; }</code>. Previously, you may have also ran into issues with the use of <code>max-width</code> on images. The following snippet should avoid all those problems.</p>