From 0d8ae6d1fd3df2921a6c4cd0e5508833b18286fe Mon Sep 17 00:00:00 2001 From: Gareth Adams Date: Tue, 16 May 2017 23:45:01 +0100 Subject: [PATCH] Revert documentation clarify where true is invalid --- docs/4.0/components/popovers.md | 4 ++-- docs/4.0/components/tooltips.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/4.0/components/popovers.md b/docs/4.0/components/popovers.md index b430c38209bd..b8356b0d2000 100644 --- a/docs/4.0/components/popovers.md +++ b/docs/4.0/components/popovers.md @@ -179,7 +179,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap container - string | element | boolean + string | element | false false

Appends the popover to a specific element. Example: container: 'body'. This option is particularly useful in that it allows you to position the popover in the flow of the document near the triggering element - which will prevent the popover from floating away from the triggering element during a window resize.

@@ -221,7 +221,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap selector - string | boolean + string | false false If a selector is provided, popover objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example. diff --git a/docs/4.0/components/tooltips.md b/docs/4.0/components/tooltips.md index 9c87d284e359..d3598048df28 100644 --- a/docs/4.0/components/tooltips.md +++ b/docs/4.0/components/tooltips.md @@ -201,7 +201,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap selector - string | boolean + string | false false If a selector is provided, tooltip objects will be delegated to the specified targets. In practice, this is used to enable dynamic HTML content to have popovers added. See this and an informative example.