]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
s/error/danger/
authorChris Rebert <code@chrisrebert.com>
Sun, 15 Nov 2015 03:35:45 +0000 (19:35 -0800)
committerChris Rebert <code@chrisrebert.com>
Sun, 15 Nov 2015 03:35:46 +0000 (19:35 -0800)
[skip sauce]

docs/components/forms.md

index 031dc83a8e16830ca0a89dec5cb3cd277cb29ccf..563739fb297c6443ee0016be7a1ee4c43ada2e38 100644 (file)
@@ -557,7 +557,7 @@ Ensure that an alternative indication of state is also provided. For instance, y
   <input type="text" class="form-control form-control-warning" id="inputWarning1">
 </div>
 <div class="form-group has-danger">
-  <label class="form-control-label" for="inputError1">Input with error</label>
+  <label class="form-control-label" for="inputError1">Input with danger</label>
   <input type="text" class="form-control form-control-error" id="inputError1">
 </div>