]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: Fix flavor text in input group example that got borked at some point
authorChris Rebert <github@chrisrebert.com>
Sun, 6 Dec 2015 20:02:54 +0000 (12:02 -0800)
committerChris Rebert <github@chrisrebert.com>
Sun, 6 Dec 2015 20:02:54 +0000 (12:02 -0800)
[skip sauce]

docs/components/input-group.md

index 870e89fee443d223cc1af01920021ece46193a5d..78ad26e27a26f1b22bebc41322e87ebb467f75c7 100644 (file)
@@ -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>