Skip to content

Commit

Permalink
Fix missing word issue on nav-tabs page (twbs#38688)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
coliff authored and romankupchak93 committed Jan 5, 2024
1 parent e8d9df7 commit 3a3acfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/content/docs/5.3/components/navs-tabs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit 3a3acfe

Please sign in to comment.