Skip to content

Commit

Permalink
forms.md: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cvrebert committed Apr 24, 2015
1 parent ff85ad1 commit 4c3c402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/components/forms.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 4c3c402

Please sign in to comment.