From: Thomas Landauer Date: Thu, 16 Jul 2026 05:16:24 +0000 (+0200) Subject: Docs: fix typo in Navs & Tabs page (#42678) X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f20e52759a0e0dee2c2f171e9357f3ccca52992;p=thirdparty%2Fbootstrap.git Docs: fix typo in Navs & Tabs page (#42678) --- diff --git a/site/src/content/docs/components/navs-tabs.mdx b/site/src/content/docs/components/navs-tabs.mdx index f696117d11..67588de7f0 100644 --- a/site/src/content/docs/components/navs-tabs.mdx +++ b/site/src/content/docs/components/navs-tabs.mdx @@ -9,7 +9,7 @@ toc: true Navigation available in Bootstrap share general markup and styles, from the base `.nav` class to the active and disabled states. Swap modifier classes to switch between each style. -The base `.nav` component is built with flexbox and provide a strong foundation for building all types of navigation components. It includes some style overrides (for working with lists), some link padding for larger hit areas, and basic disabled styling. +The base `.nav` component is built with flexbox and provides a strong foundation for building all types of navigation components. It includes some style overrides (for working with lists), some link padding for larger hit areas, and basic disabled styling. The base `.nav` component does not include any `.active` state. The following examples include the class, mainly to demonstrate that this particular class does not trigger any special styling.