aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
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>