]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Some Doc Typos
authorMark <mark@somesecretplace.com>
Tue, 13 Mar 2012 16:35:08 +0000 (10:35 -0600)
committerMark <mark@somesecretplace.com>
Tue, 13 Mar 2012 16:35:08 +0000 (10:35 -0600)
Fixed doc typos in Components and Scaffolding.

docs/components.html
docs/scaffolding.html

index 10b2aec20235a7b205e9c6eaa3a196ed7bbd892e..aeddc32d20db12f6ddd7fdae75bb3d420049f57c 100644 (file)
 </pre>
         </div><!--/span-->
       </div><!--/row-->
-      <p>When you affix the navbar, remember to account for the hidden area underneath. Add 40px or more of apdding to the <code>&lt;body&gt;</code>. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.</p>
+      <p>When you affix the navbar, remember to account for the hidden area underneath. Add 40px or more of padding to the <code>&lt;body&gt;</code>. Be sure to add this after the core Bootstrap CSS and before the optional responsive CSS.</p>
       <h3>Brand name</h3>
       <p>A simple link to show your brand or project name only requires an anchor tag.</p>
 <pre class="prettyprint linenums">
   <h2>Page header</h2>
   <div class="row">
     <div class="span4">
-      <p>A simple shell for an <code>h1</code> to appropratiely space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code>, element as well most other components (with additional styles).</p>
+      <p>A simple shell for an <code>h1</code> to appropriately space out and segment sections of content on a page. It can utilize the <code>h1</code>'s default <code>small</code>, element as well most other components (with additional styles).</p>
     </div>
     <div class="span8">
       <div class="page-header">
index 29491c118bfddfb24ba0cbd8ab966dbd17d995d2..545f1cd875cbe3d4456de9e2eca393a3bc62d039 100644 (file)
   <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>&lt;select&gt;</code> element for nav on mobile layouts, but not on tablets or desktops.</p>