diff options
| author | Mark Otto <[email protected]> | 2012-04-22 23:56:36 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2012-04-22 23:56:36 -0700 |
| commit | 192cb575da73ed2c056319b27613407729796a4f (patch) | |
| tree | c000f10c451d8b04f55e4deabdf0179ecb62ced4 /docs | |
| parent | fd009597b67fc8bbd599248ce832a3930c85a966 (diff) | |
| download | bootstrap-192cb575da73ed2c056319b27613407729796a4f.tar.xz bootstrap-192cb575da73ed2c056319b27613407729796a4f.zip | |
fix typo
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/base-css.html | 2 | ||||
| -rw-r--r-- | docs/templates/pages/base-css.mustache | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/base-css.html b/docs/base-css.html index 8e6eea746..5c55e0432 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1316,7 +1316,7 @@ For example, <code>section</code> 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> diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache index 200cd41c4..3524ac985 100644 --- a/docs/templates/pages/base-css.mustache +++ b/docs/templates/pages/base-css.mustache @@ -1239,7 +1239,7 @@ <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> |
