Commit 54a964ae authored by Chris Rebert's avatar Chris Rebert
Browse files

s/error/danger/

[skip sauce]
parent 1a3acc8a
Showing with 1 addition and 1 deletion
+1 -1
...@@ -557,7 +557,7 @@ Ensure that an alternative indication of state is also provided. For instance, y ...@@ -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"> <input type="text" class="form-control form-control-warning" id="inputWarning1">
</div> </div>
<div class="form-group has-danger"> <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"> <input type="text" class="form-control form-control-error" id="inputError1">
</div> </div>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment