From 04c7c0d483dbc84b32bf25fdb513539b24a2f38c Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Thu, 1 Jun 2023 17:32:03 +0900 Subject: [PATCH] Fix missing word issue on nav-tabs page MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- site/content/docs/5.3/components/navs-tabs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.3/components/navs-tabs.md b/site/content/docs/5.3/components/navs-tabs.md index 324250664942..e60de38d23fa 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 >}}