From 497d28843e9e714089759ed192dd95d146930f04 Mon Sep 17 00:00:00 2001 From: Abdullah Alrasheed Date: Sun, 24 Jan 2016 13:31:27 +0800 Subject: DOCS - Fix a link in popover for v4 --- docs/components/popovers.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 9621bb7d8..727189083 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -268,7 +268,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap offsets string '0 0' - Offset of the popover relative to its target. For more information refer to Tether's offset docs. + Offset of the popover relative to its target. For more information refer to Tether's offset docs. -- cgit v1.2.3 From 6384789f952c297356a94aded5900d199d09ae87 Mon Sep 17 00:00:00 2001 From: cndpzc Date: Thu, 28 Jan 2016 15:44:56 +0800 Subject: Fix typo in forms.md Closes #19049 --- docs/components/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components') diff --git a/docs/components/forms.md b/docs/components/forms.md index 58fd41ac0..e6439ae25 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%`. -- cgit v1.2.3