]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
forms.md: fix typo
authorChris Rebert <github@rebertia.com>
Fri, 24 Apr 2015 00:33:35 +0000 (17:33 -0700)
committerChris Rebert <github@rebertia.com>
Fri, 24 Apr 2015 00:33:35 +0000 (17:33 -0700)
docs/components/forms.md

index 827912cb541b4ada2976116f7d95342e391c4f13..bf72dbd3cbab68557184658acf0e3d975df0bc8d 100644 (file)
@@ -185,7 +185,7 @@ Use the `.inline-form` class to to display a series of labels, form controls, an
 - Controls receive `width: auto` to override the Bootstrap default `width: 100%`.
 - Controls **only appear inline in viewports that are at least 768px wide** to account for narrow viewports on mobile devices.
 
-Because of this, you may need to manually adddres the width and alignment of individual form controls. Lastly, as shown below, you should always include a `<label>` with each form control.
+Because of this, you may need to manually address the width and alignment of individual form controls. Lastly, as shown below, you should always include a `<label>` with each form control.
 
 #### Visible labels