aboutsummaryrefslogtreecommitdiff
path: root/docs/components/forms.md
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-04-25 23:53:25 -0700
committerMark Otto <[email protected]>2015-04-25 23:53:25 -0700
commite815696dacf5fa33e0f75c3b3f433ad90e3e417a (patch)
treeed53fdaae2d66828dd3d857816a08d4e65726ea4 /docs/components/forms.md
parent3117c98f13af2124bed8523275cd83d4afd4edc6 (diff)
parent20543d546202de8fbad13c7d0ab4a1fc19cd13b5 (diff)
downloadbootstrap-e815696dacf5fa33e0f75c3b3f433ad90e3e417a.tar.xz
bootstrap-e815696dacf5fa33e0f75c3b3f433ad90e3e417a.zip
Merge branch 'v4' of https://github.com/twbs/derpstrap into v4
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