diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 49f0cee9..991e3537 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/base-css.html b/docs/base-css.html index 22d6262f..b76ace1e 100644 --- a/docs/base-css.html +++ b/docs/base-css.html @@ -1059,7 +1059,7 @@ For example, <code>section</code> should be wrapped as inline.
Bootstrap features styles for browser-supported focused and disabled states. We remove the default Webkit outline and apply a box-shadow in it's place for :focus.
It also includes validation styles for errors, warnings, and success. To use, add the a class to the surrounding .control-group.
It also includes validation styles for errors, warnings, and success. To use, add the error class to the surrounding .control-group.
<fieldset
class="control-group error">
diff --git a/docs/templates/pages/base-css.mustache b/docs/templates/pages/base-css.mustache
index dedc201f..95de45e0 100644
--- a/docs/templates/pages/base-css.mustache
+++ b/docs/templates/pages/base-css.mustache
@@ -983,7 +983,7 @@
{{_i}}Bootstrap features styles for browser-supported focused and disabled states. We remove the default Webkit outline and apply a box-shadow in it's place for :focus.{{/i}}
{{_i}}Form validation{{/i}}
- {{_i}}It also includes validation styles for errors, warnings, and success. To use, add the a class to the surrounding .control-group.{{/i}}
+ {{_i}}It also includes validation styles for errors, warnings, and success. To use, add the error class to the surrounding .control-group.{{/i}}
<fieldset
class="control-group error">