From: Christian Oliff Date: Thu, 8 Jun 2023 04:49:58 +0000 (+0900) Subject: Fix missing word issue on nav-tabs page (#38688) X-Git-Tag: v5.3.1~78 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb92ec707aa607fa4a43f49e75d69ebd67132e2e;p=thirdparty%2Fbootstrap.git Fix missing word issue on nav-tabs page (#38688) Fix the sentence: > Force your .nav’s contents to extend the full available width one of two modifier classes. to: > Force your .nav’s contents to extend the full available width with one of two modifier classes. --- diff --git a/site/content/docs/5.3/components/navs-tabs.md b/site/content/docs/5.3/components/navs-tabs.md index 3242506649..e60de38d23 100644 --- a/site/content/docs/5.3/components/navs-tabs.md +++ b/site/content/docs/5.3/components/navs-tabs.md @@ -190,7 +190,7 @@ Take that same HTML, but use `.nav-underline` instead: ### Fill and justify -Force your `.nav`'s contents to extend the full available width one of two modifier classes. To proportionately fill all available space with your `.nav-item`s, use `.nav-fill`. Notice that all horizontal space is occupied, but not every nav item has the same width. +Force your `.nav`'s contents to extend the full available width with one of two modifier classes. To proportionately fill all available space with your `.nav-item`s, use `.nav-fill`. Notice that all horizontal space is occupied, but not every nav item has the same width. {{< example >}}