diff --git a/docs/_includes/js/popovers.html b/docs/_includes/js/popovers.html
index a782a1204752..9e2532733f2c 100644
--- a/docs/_includes/js/popovers.html
+++ b/docs/_includes/js/popovers.html
@@ -229,7 +229,7 @@
Options
trigger |
string |
'click' |
- How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. |
+ How popover is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. manual cannot be combined with any other trigger. |
viewport |
diff --git a/docs/_includes/js/tooltips.html b/docs/_includes/js/tooltips.html
index 5b399a5f38d2..991c0c9c94c4 100644
--- a/docs/_includes/js/tooltips.html
+++ b/docs/_includes/js/tooltips.html
@@ -195,7 +195,7 @@
trigger |
string |
'hover focus' |
- How tooltip is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. |
+ How tooltip is triggered - click | hover | focus | manual. You may pass multiple triggers; separate them with a space. manual cannot be combined with any other trigger. |
viewport |