Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeoSot <geo.sotis@gmail.com>2022-07-05 03:09:09 +0300
committerMark Otto <markd.otto@gmail.com>2022-07-10 06:39:48 +0300
commit4c92f215a5f3c55a95d0a2ca5a4e306c6dad541b (patch)
treebd8a0d8cb510df04fd415483d642196878740eab
parentcf08e58fdbac6d0a48d7c06f8502e5b11b40986c (diff)
Apply suggestions from code review
Co-authored-by: Julien Déramond <julien.deramond@orange.com>
-rw-r--r--site/content/docs/5.2/components/scrollspy.md4
1 files 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 (`<a>`) 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.
<details>
- <summary class="text-muted">hidden tab example</summary>
+ <summary class="text-muted">Show tab example</summary>
```js