aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2013-08-01 17:05:23 -0700
committerChris Rebert <[email protected]>2013-08-01 17:05:23 -0700
commit9546fc9cf004d38f7aa4d2b64e8ab6bc65920718 (patch)
treed5bea79daa73546abc32bfc9d75298b5b71b3071
parentcbd0b7a5057038211ca482441fa126dac605b49a (diff)
downloadbootstrap-9546fc9cf004d38f7aa4d2b64e8ab6bc65920718.tar.xz
bootstrap-9546fc9cf004d38f7aa4d2b64e8ab6bc65920718.zip
fix typo in CSS docs; fixes #8992
"from" => "form"
-rw-r--r--css.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/css.html b/css.html
index d17bfcb34..102ab3811 100644
--- a/css.html
+++ b/css.html
@@ -1536,7 +1536,7 @@ For example, <code>&lt;section&gt;</code> should be wrapped as inline.
{% endhighlight %}
<h3 id="forms-validation">Validation states</h3>
- <p>Bootstrap includes validation styles for error, warning, and success states on from controls. To use, add <code>.has-warning</code>, <code>.has-error</code>, or <code>.has-success</code> to the parent element. Any <code>.control-label</code>, <code>.form-control</code>, and <code>.help-block</code> within that element will receive the validation styles.</li>
+ <p>Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add <code>.has-warning</code>, <code>.has-error</code>, or <code>.has-success</code> to the parent element. Any <code>.control-label</code>, <code>.form-control</code>, and <code>.help-block</code> within that element will receive the validation styles.</li>
<form class="bs-example">
<div class="form-group has-warning">