diff --git a/site/docs/4.5/components/navbar.md b/site/docs/4.5/components/navbar.md index 4d26be3197d4..4a4ebf20c9e7 100644 --- a/site/docs/4.5/components/navbar.md +++ b/site/docs/4.5/components/navbar.md @@ -19,8 +19,6 @@ Here's what you need to know before getting started with the navbar: {% include callout-info-prefersreducedmotion.md %} -Read on for an example and list of supported sub-components. - ## Supported content Navbars come with built-in support for a handful of sub-components. Choose from the following as needed: @@ -77,7 +75,7 @@ This example uses [color]({{ site.baseurl }}/docs/{{ site.docs_version }}/utilit ### Brand -The `.navbar-brand` can be applied to most elements, but an anchor works best as some elements might require utility classes or custom styles. +The `.navbar-brand` can be applied to most elements, but an anchor works best, as some elements might require utility classes or custom styles. {% capture example %} @@ -167,7 +165,7 @@ And because we use classes for our navs, you can avoid the list-based approach e {% endcapture %} {% include example.html content=example %} -You may also utilize dropdowns in your navbar nav. Dropdown menus require a wrapping element for positioning, so be sure to use separate and nested elements for `.nav-item` and `.nav-link` as shown below. +You can also use dropdowns in your navbar. Dropdown menus require a wrapping element for positioning, so be sure to use separate and nested elements for `.nav-item` and `.nav-link` as shown below. {% capture example %}