]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix typo in forms.md
authorcndpzc <cndpzc@163.com>
Thu, 28 Jan 2016 07:44:56 +0000 (15:44 +0800)
committerChris Rebert <code@chrisrebert.com>
Fri, 29 Jan 2016 04:45:59 +0000 (20:45 -0800)
Closes #19049

docs/components/forms.md

index 58fd41ac050681783a16024e170bdc555ad8be75..e6439ae25a4f46f8cb4ff72358daf8733da21f3d 100644 (file)
@@ -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%`.