aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorChris Rebert <[email protected]>2015-04-23 17:33:35 -0700
committerChris Rebert <[email protected]>2015-04-23 17:33:35 -0700
commit4c3c402b0ec9295ac4630d3583e592a21264582e (patch)
treed2242956bbeee4349ff51da5094163ba18f0c4c9 /docs/components/forms.md
parentff85ad1472437a04c29ad7092a423f0c284f74ae (diff)
downloadbootstrap-4c3c402b0ec9295ac4630d3583e592a21264582e.tar.xz
bootstrap-4c3c402b0ec9295ac4630d3583e592a21264582e.zip
forms.md: fix typo
Diffstat (limited to 'docs/components/forms.md')
-rw-r--r--docs/components/forms.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/components/forms.md b/docs/components/forms.md
index 827912cb5..bf72dbd3c 100644
--- a/docs/components/forms.md
+++ b/docs/components/forms.md
@@ -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