diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html
index 04103c270..4ab7253b1 100644
--- a/docs/_includes/js/popovers.html
+++ b/docs/_includes/js/popovers.html
@@ -192,7 +192,7 @@ sagittis lacus vel augue laoreet rutrum faucibus.">
selector |
string |
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/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html
index fac4f6519..33743c4c2 100644
--- a/docs/_includes/js/tooltips.html
+++ b/docs/_includes/js/tooltips.html
@@ -124,7 +124,7 @@ $('#example').tooltip(options)
selector |
string |
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 tooltips 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 tooltips added. See this and an informative example. |
| template |