s/error/danger/

[skip sauce]
This commit is contained in:
Chris Rebert 2015-11-14 19:35:45 -08:00
parent 1a3acc8a4b
commit 54a964ae19
1 changed files with 1 additions and 1 deletions

View 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>