From 54a964ae194e544a8d58b25fe377681e137cbbd6 Mon Sep 17 00:00:00 2001
From: Chris Rebert <code@chrisrebert.com>
Date: Sat, 14 Nov 2015 19:35:45 -0800
Subject: [PATCH] s/error/danger/

[skip sauce]
---
 docs/components/forms.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/components/forms.md b/docs/components/forms.md
index 031dc83a8e..563739fb29 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>
 
-- 
GitLab