From c5bb4dc5d11dc592d2bc812638f640ef87f3d07d Mon Sep 17 00:00:00 2001 From: Mitchell Grice Date: Tue, 31 Jul 2018 10:44:53 +1000 Subject: [PATCH] Fix #26990 broken external example --- site/docs/4.1/components/popovers.md | 2 +- site/docs/4.1/components/tooltips.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/4.1/components/popovers.md b/site/docs/4.1/components/popovers.md index 8745093067..825ee3127f 100644 --- a/site/docs/4.1/components/popovers.md +++ b/site/docs/4.1/components/popovers.md @@ -199,7 +199,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap selector 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. + 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. template diff --git a/site/docs/4.1/components/tooltips.md b/site/docs/4.1/components/tooltips.md index 05e63f3cfa..faca7fde76 100644 --- a/site/docs/4.1/components/tooltips.md +++ b/site/docs/4.1/components/tooltips.md @@ -197,7 +197,7 @@ Options can be passed via data attributes or JavaScript. For data attributes, ap selector 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. + 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. template