From 4c92f215a5f3c55a95d0a2ca5a4e306c6dad541b Mon Sep 17 00:00:00 2001 From: GeoSot Date: Tue, 5 Jul 2022 03:09:09 +0300 Subject: Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julien Déramond --- site/content/docs/5.2/components/scrollspy.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/content/docs/5.2/components/scrollspy.md b/site/content/docs/5.2/components/scrollspy.md index 4e12ec494e..6a78f848cc 100644 --- a/site/content/docs/5.2/components/scrollspy.md +++ b/site/content/docs/5.2/components/scrollspy.md @@ -23,10 +23,10 @@ Scrollspy toggles the `.active` class on anchor (``) elements when the elemen Target elements that aren't visible will be ignored and their corresponding nav items will never receive an `.active` class. In case your scrollspy instance is initialized in a not visible wrapper, it will ignore all target elements. -As of above, when the wrapper becomes visible (its elements too), you must force scrollspy instance to check again for observable elements, using the `refresh` method +As of above, when the wrapper becomes visible (its elements too), you must force scrollspy instance to check again for observable elements, using the `refresh` method.
- hidden tab example + Show tab example ```js -- cgit v1.2.3