]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo
authorMark Otto <markotto@twitter.com>
Mon, 23 Apr 2012 06:56:36 +0000 (23:56 -0700)
committerMark Otto <markotto@twitter.com>
Mon, 23 Apr 2012 06:56:36 +0000 (23:56 -0700)
docs/base-css.html
docs/templates/pages/base-css.mustache

index 8e6eea746fd35f086cd61b79dbf89fc5da465fc1..5c55e043234a140b50c827a447290d57a5c4db3a 100644 (file)
@@ -1316,7 +1316,7 @@ For example, &lt;code&gt;section&lt;/code&gt; should be wrapped as inline.
       <tr>
         <td><button class="btn btn-info" href="#">Info</button></td>
         <td><code>btn btn-info</code></td>
-        <td>Used as an alternate to the default styles</td>
+        <td>Used as an alternative to the default styles</td>
       </tr>
       <tr>
         <td><button class="btn btn-success" href="#">Success</button></td>
index 200cd41c4aa7fcd9f042f6f86ac35029503c3b78..3524ac98521eedab2e9e255291cdb319b04873e4 100644 (file)
       <tr>
         <td><button class="btn btn-info" href="#">{{_i}}Info{{/i}}</button></td>
         <td><code>btn btn-info</code></td>
-        <td>{{_i}}Used as an alternate to the default styles{{/i}}</td>
+        <td>{{_i}}Used as an alternative to the default styles{{/i}}</td>
       </tr>
       <tr>
         <td><button class="btn btn-success" href="#">{{_i}}Success{{/i}}</button></td>