From: cndpzc Date: Thu, 28 Jan 2016 07:44:56 +0000 (+0800) Subject: Fix typo in forms.md X-Git-Tag: v4.0.0-alpha.3~333^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6384789f952c297356a94aded5900d199d09ae87;p=thirdparty%2Fbootstrap.git Fix typo in forms.md Closes #19049 --- diff --git a/docs/components/forms.md b/docs/components/forms.md index 58fd41ac05..e6439ae25a 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -271,7 +271,7 @@ The `.form-group` class is the easiest way to add some structure to forms. Its o ### Inline forms -Use the `.form-inline` class to to display a series of labels, form controls, and buttons on a single horizontal row. Form controls within inline forms behave differently: +Use the `.form-inline` class to display a series of labels, form controls, and buttons on a single horizontal row. Form controls within inline forms behave differently: - Controls are `display: inline-block` to provide alignment control via `vertical-align` and `margin`. - Controls receive `width: auto` to override the Bootstrap default `width: 100%`.