diff options
| author | Mark Otto <[email protected]> | 2012-03-22 09:06:59 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-03-22 09:06:59 -0700 |
| commit | 0f57bdab754d72697f412eb32723a83b2de9921e (patch) | |
| tree | 15a8ed4a3eb73da9371ad545a887e109a554c0df /docs/scaffolding.html | |
| parent | d335adf644b213a5ebc9cee3f37f781ad55194ef (diff) | |
| parent | cdd158c57182092a7ced90af06e7dcc0e4e8e29b (diff) | |
| download | bootstrap-0f57bdab754d72697f412eb32723a83b2de9921e.tar.xz bootstrap-0f57bdab754d72697f412eb32723a83b2de9921e.zip | |
Merge branch 'doc-typos' of https://github.com/ZeroGravX/bootstrap into ZeroGravX-doc-typos
Diffstat (limited to 'docs/scaffolding.html')
| -rw-r--r-- | docs/scaffolding.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/scaffolding.html b/docs/scaffolding.html index 29491c118..f5a756790 100644 --- a/docs/scaffolding.html +++ b/docs/scaffolding.html @@ -554,7 +554,7 @@ <div class="row"> <div class="span4"> <h3>What are they</h2> - <p>For faster mobile-friendly development, use these basic utility classes for showing and hidding content by device.</p> + <p>For faster mobile-friendly development, use these basic utility classes for showing and hiding content by device.</p> <h3>When to use</h2> <p>Use on a limited basis and avoid creating entirely different versions of the same site. Instead, use them to complement each device's presentation.</p> <p>For example, you might show a <code><select></code> element for nav on mobile layouts, but not on tablets or desktops.</p> @@ -611,7 +611,7 @@ </tbody> </table> <h3>Test case</h3> - <p>Resize your browser or load on different devices to test the above clases.</p> + <p>Resize your browser or load on different devices to test the above classes.</p> <h4>Visible on...</h4> <ul class="responsive-utilities-test"> <li>Phone<span class="visible-phone">✔ Phone</span></li> |
