]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix typo in CSS docs; fixes #8992
authorChris Rebert <github@rebertia.com>
Fri, 2 Aug 2013 00:05:23 +0000 (17:05 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 2 Aug 2013 00:05:23 +0000 (17:05 -0700)
"from" => "form"

css.html

index d17bfcb34f977a6c77a8efd104c10f2238b44ac7..102ab3811e2edae5c00b3e1510b0dc4cecf4ccff 100644 (file)
--- 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">