aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2013-08-06 17:46:40 -0700
committerMark Otto <[email protected]>2013-08-06 17:46:40 -0700
commitdbde90ec0dc28aea7d9bdb337fd8f621011f2054 (patch)
treeb552fe60210c16314a684cb1eb0bfaaf0c3910c4
parentab79b4ac2defa9c9d86cc208ee203871f18af642 (diff)
downloadbootstrap-dbde90ec0dc28aea7d9bdb337fd8f621011f2054.tar.xz
bootstrap-dbde90ec0dc28aea7d9bdb337fd8f621011f2054.zip
some copy editing
-rw-r--r--getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/getting-started.html b/getting-started.html
index 480931f3b..38b6f4ed4 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 some 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 helpful 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>