From 610155b74c444eafc161bc4cd84a7c442e1af12b Mon Sep 17 00:00:00 2001 From: Rohit Sharma Date: Tue, 27 Apr 2021 17:26:06 +0530 Subject: [PATCH] =?UTF-8?q?Tooltip=20=E2=80=94=20doc=20updates=20(#33771)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- site/content/docs/5.0/components/tooltips.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/components/tooltips.md b/site/content/docs/5.0/components/tooltips.md index b92b3f95c0..80a679fd6e 100644 --- a/site/content/docs/5.0/components/tooltips.md +++ b/site/content/docs/5.0/components/tooltips.md @@ -269,7 +269,7 @@ Note that for security reasons the `sanitize`, `sanitizeFn`, and `allowList` opt boundary string | element 'clippingParents' - Overflow constraint boundary of the tooltip (Applied only for the preventOverflow modifier of the Popper). By default it's 'clippingParents' and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's detectOverflow docs. + Overflow constraint boundary of the tooltip (applies only to Popper's preventOverflow modifier). By default it's 'clippingParents' and can accept an HTMLElement reference (via JavaScript only). For more information refer to Popper's detectOverflow docs. customClass