aboutsummaryrefslogtreecommitdiff
path: root/docs/components
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-12-06 12:02:54 -0800
committerChris Rebert <[email protected]>2015-12-06 12:02:54 -0800
commit23a7c6b1a6436b04d42bda7f4f91ccdfb434df89 (patch)
tree48271ffcec7f7757927640529aa48ecbfc31a039 /docs/components
parent1ac1cf5952fa8e31ac59c74463bdf9c5e1d40195 (diff)
downloadbootstrap-23a7c6b1a6436b04d42bda7f4f91ccdfb434df89.tar.xz
bootstrap-23a7c6b1a6436b04d42bda7f4f91ccdfb434df89.zip
Docs: Fix flavor text in input group example that got borked at some point
[skip sauce]
Diffstat (limited to 'docs/components')
-rw-r--r--docs/components/input-group.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/input-group.md b/docs/components/input-group.md
index 870e89fee..78ad26e27 100644
--- a/docs/components/input-group.md
+++ b/docs/components/input-group.md
@@ -23,7 +23,7 @@ Place one add-on or button on either side of an input. You may also place one on
<br>
<div class="input-group">
<input type="text" class="form-control" placeholder="Recipient's username" aria-describedby="basic-addon2">
- <span class="input-group-addon" id="basic-addon2">.00</span>
+ <span class="input-group-addon" id="basic-addon2">@example.com</span>
</div>
<br>
<label for="basic-url">Your vanity URL</label>