aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-11-14 19:35:45 -0800
committerChris Rebert <[email protected]>2015-11-14 19:35:46 -0800
commit54a964ae194e544a8d58b25fe377681e137cbbd6 (patch)
tree1716af3689fde54e7d0e586503bad4f717f394cd /docs/components/forms.md
parent1a3acc8a4b95f2efc45ccbd5218330c6193c4424 (diff)
downloadbootstrap-54a964ae194e544a8d58b25fe377681e137cbbd6.tar.xz
bootstrap-54a964ae194e544a8d58b25fe377681e137cbbd6.zip
s/error/danger/
[skip sauce]
Diffstat (limited to 'docs/components/forms.md')
-rw-r--r--docs/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 031dc83a8..563739fb2 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -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>