From d9e40eb65e7c9cd47951808decc57d2b727f5257 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Julien=20D=C3=A9ramond?= <julien.deramond@orange.com>
Date: Thu, 7 Apr 2022 13:06:57 +0200
Subject: [PATCH] Doc: Reorder alphabetically lists of components

---
 site/content/docs/4.6/getting-started/introduction.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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>
 
-- 
GitLab