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:
authorJulien Déramond <julien.deramond@orange.com>2022-04-08 16:30:58 +0300
committerGitHub <noreply@github.com>2022-04-08 16:30:58 +0300
commit5299abeeab344f33cb311badc259ed1380fad130 (patch)
tree76206b2ab44a122858d3c6eecfb89c2960f91d22
parent349a373ff62bf530135ad95d7d1d3f1be6abbf22 (diff)
Doc: Reorder alphabetically lists of components (#36128)
-rw-r--r--site/content/docs/4.6/getting-started/introduction.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/4.6/getting-started/introduction.md b/site/content/docs/4.6/getting-started/introduction.md
index 94034ee3d2..e937914f0e 100644
--- a/site/content/docs/4.6/getting-started/introduction.md
+++ b/site/content/docs/4.6/getting-started/introduction.md
@@ -61,8 +61,8 @@ Curious which components explicitly require jQuery, our JavaScript, and Popper?
- Dropdowns for displaying and positioning (also requires [Popper](https://popper.js.org/))
- Modals for displaying, positioning, and scroll behavior
- Navbar for extending our Collapse plugin to implement responsive behavior
-- Tooltips and popovers for displaying and positioning (also requires [Popper](https://popper.js.org/))
- Scrollspy for scroll behavior and navigation updates
+- Tooltips and popovers for displaying and positioning (also requires [Popper](https://popper.js.org/))
{{< /markdown >}}
</details>