diff options
| author | Chris Rebert <[email protected]> | 2013-12-15 18:45:56 -0800 |
|---|---|---|
| committer | Chris Rebert <[email protected]> | 2013-12-15 18:45:56 -0800 |
| commit | a2f7c3015eb433702163a7b307e9424816f22e7a (patch) | |
| tree | 0726da45e935701bad7dc273f290e8f7f2141999 | |
| parent | 023731b4c74cac72f55299502a34eb5ef88b8db0 (diff) | |
| download | bootstrap-a2f7c3015eb433702163a7b307e9424816f22e7a.tar.xz bootstrap-a2f7c3015eb433702163a7b307e9424816f22e7a.zip | |
fix typo in docs
| -rw-r--r-- | components.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components.html b/components.html index 4afb2cd00..8e61cf526 100644 --- a/components.html +++ b/components.html @@ -1552,7 +1552,7 @@ base_url: "../" <h2 id="input-groups-basic">Basic example</h2> - <p>Place one add-on or button on either side of an input. You may also place one on both sides of an input. <strong class="text-danger">We do not support mutiple add-ons on a single side.</strong></p> + <p>Place one add-on or button on either side of an input. You may also place one on both sides of an input. <strong class="text-danger">We do not support multiple add-ons on a single side.</strong></p> <form class="bs-example bs-example-form" role="form"> <div class="input-group"> <span class="input-group-addon">@</span> |
