From cc5e248aa2294fe62fee02ae272e0a57aff827b4 Mon Sep 17 00:00:00 2001 From: "Kay.L" Date: Sun, 3 Apr 2016 01:38:04 +0800 Subject: [PATCH] Docs: Correct arg `offsets` to `offset` in tooltips & popovers [skip sauce] --- docs/components/popovers.md | 2 +- docs/components/tooltips.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/components/popovers.md b/docs/components/popovers.md index 7271890835..a723f33e3e 100644 --- a/docs/components/popovers.md +++ b/docs/components/popovers.md @@ -265,7 +265,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap An array of constraints - passed through to Tether. For more information refer to Tether's constraint docs. - offsets + offset string '0 0' Offset of the popover relative to its target. For more information refer to Tether's offset docs. diff --git a/docs/components/tooltips.md b/docs/components/tooltips.md index 204c2ddaa0..fb8cb24ddf 100644 --- a/docs/components/tooltips.md +++ b/docs/components/tooltips.md @@ -229,7 +229,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap An array of constraints - passed through to Tether. For more information refer to Tether's constraint docs. - offsets + offset string '0 0' Offset of the popover relative to its target. For more information refer to Tether's offset docs.