diff --git a/site/docs/4.1/components/popovers.md b/site/docs/4.1/components/popovers.md
index 87450930679f..825ee3127fd3 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 05e63f3cfa39..faca7fde76cf 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 |