]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Docs: fix typo in Navs & Tabs page (#42678)
authorThomas Landauer <thomas@landauer.at>
Thu, 16 Jul 2026 05:16:24 +0000 (07:16 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jul 2026 05:16:24 +0000 (07:16 +0200)
site/src/content/docs/components/navs-tabs.mdx

index f696117d110b911223897821ce20fd60af40a71e..67588de7f0931156dac650f1a799bca70867416d 100644 (file)
@@ -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.
 
 <Callout>
 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.