aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2014-01-20 15:05:25 -0800
committerChris Rebert <[email protected]>2014-01-20 15:05:25 -0800
commit50000b593046f6609b6ae31140d448048aeebf0e (patch)
tree175296b2bc38b797df8414462d5d60d499ed4dd6 /docs
parentf4a916d35172e1f877dd88725052f6798d6a64ce (diff)
downloadbootstrap-50000b593046f6609b6ae31140d448048aeebf0e.tar.xz
bootstrap-50000b593046f6609b6ae31140d448048aeebf0e.zip
nitpick phrasing
Diffstat (limited to 'docs')
-rw-r--r--docs/components.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components.html b/docs/components.html
index 3dc773853..2f562908c 100644
--- a/docs/components.html
+++ b/docs/components.html
@@ -1259,7 +1259,7 @@ lead: "Over a dozen reusable components built to provide iconography, dropdowns,
<p>Since Bootstrap doesn't know how much space the content in your navbar needs, you might run into issues with content wrapping into a second row. To resolve this, you can:</p>
<ol type="a">
<li>Reduce the amount or width of navbar items.</li>
- <li>Hide certain navbar items on certain screen sizes using <a href="../css/#responsive-utilities">responsive utility classes</a>.</li>
+ <li>Hide certain navbar items at certain screen sizes using <a href="../css/#responsive-utilities">responsive utility classes</a>.</li>
<li>Change the point at which your navbar switches between collapsed and horizontal mode. Customize the <code>@grid-float-breakpoint</code> variable or add your own media query.</li>
</ol>
</div>