aboutsummaryrefslogtreecommitdiff
path: root/site/content/docs/5.3/components
diff options
context:
space:
mode:
authorChristian Oliff <[email protected]>2023-06-08 13:49:58 +0900
committerGitHub <[email protected]>2023-06-08 07:49:58 +0300
commitbb92ec707aa607fa4a43f49e75d69ebd67132e2e (patch)
treef6cb4dac5994d707390c7d8a7cdd614000b59862 /site/content/docs/5.3/components
parent36293754fffb8b4b8457d7a163eb8c8b7a8970d4 (diff)
downloadbootstrap-bb92ec707aa607fa4a43f49e75d69ebd67132e2e.tar.xz
bootstrap-bb92ec707aa607fa4a43f49e75d69ebd67132e2e.zip
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.
Diffstat (limited to 'site/content/docs/5.3/components')
-rw-r--r--site/content/docs/5.3/components/navs-tabs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/content/docs/5.3/components/navs-tabs.md b/site/content/docs/5.3/components/navs-tabs.md
index 324250664..e60de38d2 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 >}}
<ul class="nav nav-pills nav-fill">